Convert JSON to XML using Gson and JAXB. As many of you know already Gson is a great Java library that can be used to convert Java Objects into their JSON representation. It works also in reverse …
JSON Tutorials • Category Archive
JSON (JavaScript Object Notation) is a lightweight data interchange format that is easy for humans to read and write and easy for machines to parse and generate.
It is based on a subset of the JavaScript Programming Language and is used to transmit data between a server and a client, or between servers.
Create Very Simple Jersey REST Service and Send JSON Data From Java Client
Recently I have to pass JSON data to REST Service and did not have any simple Client handy. But created very simple Java program which read JSON data from file and sends it to REST …
Read Article about Create Very Simple Jersey REST Service and Send JSON Data From Java Client →
CrunchifyJSONtoHTML.js – JSON to HTML table Converter Script
Recently I came across a requirement in which I have to render JSON data to HTML view in JSP (Basically JSON Array). This is a simple script to convert JSON data to standard HTML table in the simplest …
Read Article about CrunchifyJSONtoHTML.js – JSON to HTML table Converter Script →