/phpclass-json

Class used in Mozilla l10n projects to manage JSON I/O

Primary LanguagePHPMozilla Public License 2.0MPL-2.0

Json (PHP Class)

To include in your project, add these lines to composer.json

    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/mozilla-l10n/phpclass-json"
        }
    ],

    "require": {
        "mozillal10n/json" : "dev-master"
    },