The above JSON is offten returned from Web interfaces and similar that wish to return an array of JSON objects. However Unity's JSON Utility cannot handle this case as it expects an object to wrap such a list. To correct this we have create a tool that will repair such JSON strings and proivded a means to serialize any such object.