Skip to content
Snippets Groups Projects
  • Lukas Reschke's avatar
    86139fcc
    Deprecate `OC_JSON` and `OCP\JSON` · 86139fcc
    Lukas Reschke authored
    This deprecates – but not removes – those two classes and all functions in it. There is no reason that new developments should use those methods as with the AppFramework there is a replacement that allows testable code.
    
    With the `@deprecated` annotation IDEs like PHPStorm will point out to the developer that a functionality is deprecated and that there is a better suited replacement.
    86139fcc
    History
    Deprecate `OC_JSON` and `OCP\JSON`
    Lukas Reschke authored
    This deprecates – but not removes – those two classes and all functions in it. There is no reason that new developments should use those methods as with the AppFramework there is a replacement that allows testable code.
    
    With the `@deprecated` annotation IDEs like PHPStorm will point out to the developer that a functionality is deprecated and that there is a better suited replacement.