Java Code Generator For JSON Processing |
Talk to EasyAssistant |
JSON is used almost every application. Processing JSON is very common task and we write code for that.This tool has been builtup to generate java code to process JSON. Input is JSON and output is java code. It can generate java code which is required to parse a JSON String and to generate the JSON string.
Click
Here To Watch A Demo On It(https://youtu.be/h1SHILo-Prc).
Post Your Comment: |
It's not generating code correctly when first item is a JSON array. Sample JSON is given below.
Reply;
Thanks Manish for reporting the issue! We will fix it soon! As a work-arround we can add a dummy element at the begining when first item of the JSON string is an array and generate the code. There will be little bit modification required on generated java code.
We have fixed it now. It will now generate code correctly for Json staerting with an Array!