Prototyping is my favorite part of programming. I like building new stuff and getting things working. It’s no surprise, then, that I am a big fan of MongoDB and NoSQL in general. Don’t get me wrong: I ...
The XML to JSON Converter is a flexible java-based tool/library designed to convert any XML input into JSON format. This offers a generic tool for converting XML files into JSON format, providing ...
This is a Java implementation of the JSON-LD 1.0 specification and the JSON-LD-API 1.0 specification. Parsing JSON-LD will normally follow any external @context declarations. Loading these contexts ...
TFCat (Time-Frequency Catalogue) is a data interchange format based on JSON (JavaScript Object Notation), which has been initially designed for exchanging low frequency radio events and features. It ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Kubernetes is a container orchestration technology created to help organizations run large ...
What is JSON (JavaScript Object Notation)? JSON (JavaScript Object Notation) is a text-based, human-readable data interchange format used to exchange data between web clients and web servers. The ...
A Software Engineer based in Indonesia. Blog: https://codecurated.com JSON Web Token or JWT has been popular as a way to communicate securely between services. There are two form of JWT, JWS and JWE.