Wonderful, i just put online my last little webapp: JsonPack , it’s a web tool to manipulate Json.
At the moment it can:
- Reformat Json for ease of reading
- Generate .Net C# model classes from Json
- Generate Objective C Model classes from Json
Two days ago i was just using a small lib to parse json and generate classes from the data to integrate some apis and then realized that such a tool could be useful for fellow developers.
I will really appreciate any bug resolution or feature request

