{ "people" : [ { "last_name" : { "value" : "Springsteen", "type" : "string" }, "first_name" : { "type" : "string", "value" : "Bruce" } }, { "first_name" : { "type" : "string", "value" : "Eric" }, "last_name" : { "type" : "string", "value" : "Clapton" } }, { "first_name" : { "value" : "Bob", "type" : "string" }, "last_name" : { "type" : "string", "value" : "Seger" } } ] }