Programming

This is my collection of posts about programming.

Comparing JSON documents in Java with JSON‑P

In a previous post, I demonstrated how to compare JSON documents using Jackson and Gson, taking advantage of Java 8 streams and Guava for comparing the documents as flat maps. In this post, I approach the comparison of JSON documents from another perspective, using JSON-P, also known as Java API for JSON Processing.

Read moreComparing JSON documents in Java with JSON‑P