JSON
-
Enterprise Java
Expressing a conditional expression using Json – Java Implementation
I had a need recently to express a conditional expression in a form that a front end Javascript application and…
Read More » -
DevOps
Escape JSON property names in jq
I’m using the command line a lot and jq is a helpful tool for dealing with JSON data. You can…
Read More » -
Enterprise Java
In praise of the thoughful design: how property-based testing helps me to be a better developer
The developer’s testing toolbox is one of these things which rarely stays unchanged. For sure, some testing practices have proven…
Read More » -
Enterprise Java
Hash a Json
I recently wrote a simple library to predictably hash a json. The utility is built on top of the excellent…
Read More » -
Enterprise Java
Spring MVC – HTTP message converter
Quite often you need to provide users with the same data, but in different forms, like JSON, PDF, XLS, etc.…
Read More » -
Enterprise Java
JSON and XML: How Do They Compare?
JSON and XML: How Do They Compare? JSON and XML are two human-readable text formats that have emerged as rivals…
Read More » -
Enterprise Java
Consuming JSON based REST Web Service in ADF 12.2.1.3
Previously I have posted about consuming ADF BC based REST Web Service in ADF. Now, this post talks about consuming…
Read More » -
Enterprise Java
Tutorial: Create and Verify JWTs in Java
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Enterprise Java
Simple Token Authentication for Java Apps
“I love writing authentication and authorization code.” ~ No Web Developer Ever. Tired of building the same login screens over…
Read More »