JSON
-
Enterprise Java
Jackson JSON Parsing Error – UnrecognizedPropertyException: Unrecognized field, not marked as ignorable [Solved]
While parsing JSON string received from one of our RESTful web services, I was getting this error “Exception in thread…
Read More » -
Enterprise Java
JSON Processing 1.1: 100DaysOfJavaEE8
JSON Pointer Challenge Given the JSON document in the code snippet below, what is the result of using the JSON…
Read More » -
Enterprise Java
What is JSON Processing (JSON-P API)?
Introduction to JSON-P in Java EE The Java API for JSON Processing 1.0 (JSR 353) is a low level, lightweight…
Read More » -
Core Java
Streaming large JSON file with Jackson – RxJava FAQ
In the previous article, we learned how to parse excessively large XML files and turn them into RxJava streams. This time let’s…
Read More » -
Desktop Java
Serializing/Deserializing Json in GWT
JSON & GWT There was recently an interesting discussion in GWT Users group about best practices for serializing/deserializing JSON in…
Read More » -
Core Java
How to Escape JSON String in Java – Eclipse IDE Tips
While working or JSON parsing in Java application it’s quite common to just copy paste a JSON String from some…
Read More » -
Scala
Use JSON with Play and Scala
Once getting your hands into typing scala code using play, the first thing that comes to mind is JSON. Without…
Read More » -
Enterprise Java
How To: Insert and Read From a Database using Json
In this article we will create a plugin for Speedment that generates serialization and deserialization logic using Gson to make…
Read More » -
Enterprise Java
JSON Web Tokens With Spring Cloud Microservices
At Keyhole, we have published several blogs about Microservices. We’ve talked about architectural patterns used in a Microservices environment such…
Read More »