knipknap/Gelatin

View on GitHub
demo/simple/output1.json

Summary

Maintainability
Test Coverage
{
    "user": [
        {
            "@firstname": "John",
            "@lastname": "Doe",
            "office": {
                "#text": "1st Ave"
            },
            "birth-date": {
                "#text": "1978-01-01"
            }
        },
        {
            "@firstname": "Jane",
            "@lastname": "Foo",
            "office": {
                "#text": "2nd Ave"
            },
            "birth-date": {
                "#text": "1970-01-01"
            }
        }
    ]
}