I have JSON data, I use eclipse + java

  1. What are the tools (libraries) for parsing JSON data?
  2. 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?

0