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
{
    "resourceType" : "Patient",
    "id" : "example",
    "active" : true,
    "name" : [
        {
            "use" : "official",
            "family" : "Chalmers",
            "given" : ["Peter", "James"]
        },
        {
            "use" : "usual",
            "given" : ["Jim"]
        },
        {
            "use" : "maiden",
            "family" : "Windsor",
            "given" : ["Peter", "James"],
            "period" : {
                "end" : "2002"
            }
        }
    ]
}