Posts Tagged ‘JSON’

I have a JSON response that has data in a nested object within a data entry. Mapping and reading the nested data is easy and straightforward. The interesting part is that the nested object is optional and therefore may not exist in the response sometimes. Unfortunately, JsonReader can’t handle this and would throw a silent [...]

JSON validator

Posted: April 27, 2008 in Technology
Tags: , ,

Here is a JSON validator.