This post originated from an RSS feed registered with Java Buzz
by Kiran Kumar.
Original Post: XML and JSON basics
Feed Title: Java,Maven,Linux,Unix,Hadoop,HDFS,Hive basic tutorials,examples
Feed URL: http://www.cloudhadoop.com/feeds/posts/default
Feed Description: My Blog on Java,Maven Unix, Linux,Hadoop,MySQL,tutorial with examples
JSON Basics:-
JSON is java script Object notation. JSON is independentent format for exchaning data
JSON is simple format which contain key pair values.
JSON and xml are data formats used to transfer data between different systems of enterprise applications .
JSON is lightweight and simple to read
JSON Sample data file
{
"id" : 1.0,
"name" : "Kiran",
"sal"