{
    "name":{
        "first":"shay",
        "last":"banon"
    },
    "address":{
        "first":{
            "location":"first location"
        },
        "last":{
            "location":"last location"
        }
    },
    "age":32,
    "birthDate":"1977-11-15",
    "nerd":true,
    "dogs":["buck", "mia"],
    "complex":[
        {
            "value1":"value1"
        },
        {
            "value2":"value2"
        }
    ],
    "complex2":[
        [
            {
                "value1":"value1"
            }
        ],
        [
            {
                "value2":"value2"
            }
        ]
    ],
    "nullValue":null
}
