stof 0.3.24

Stof is a unified data interface and interchange format for creating, sharing, and manipulating data. Stof removes the fragile and cumbersome parts of combining and using data in applications.
Documentation
{
    "version": "0.1.0",
    "description": "This is a test JSON file for unification.",
    "users": [
        {
            "first": "John",
            "last": "Doe",
            "age": 44,
            "email": "john.doe@example.com"
        },
        {
            "first": "Jane",
            "last": "Doe",
            "age": 42,
            "email": "jane.doe@example.com"
        },
        {
            "first": "Joe",
            "last": "Does",
            "age": 24,
            "email": "joe.does@example.com"
        },
        {
            "first": "Jake",
            "last": "Is",
            "age": 66,
            "email": "jake.is@example.com"
        }
    ]
}