Java will soon have a standard set of APIs for processing JSON as part of Java EE 7. This standard is being defined as JSR 353 - Java API for JSON Processing (JSON-P) and it is currently at the Final Approval Ballot. JSON-P offers both object oriented and stream based approaches, in this post I will introduce the stream APIs.
You can get JSON-P reference implementation from the link below:
UPDATE
JSR-353 has passed the final approval ballot.
You can get JSON-P reference implementation from the link below:
UPDATE
JSR-353 has passed the final approval ballot.