I have JSON data, I use eclipse + java
- What are the tools (libraries) for parsing JSON data?
- what's better: all jobs (in JSON format) are uploaded to one file and then parsed one file, or each job is uploaded to a separate file and then parsed each file separately?