Back to Java User Group Home Print this page

Java User Group

December 2015 Meeting Information

Tweet

December 8, 2015
Processing JSON with Java

JavaScript Object Notation, i.e., JSON, is an open standard format that uses human-readable text to transmit data objects consisting of key‐value pairs. Here is an example:
                
					{
					"lastName": "Redlich",
					"firstName: "Michael",
					"address":
					{
					"streetAddress": "123 Anywhere Street",
					"city": "Flemington"
					},
					"state": "New Jersey",
					"phoneNumber":
					[{
					"type": "home",
					"number": "(908) 000-0000"
					},
					{
					"type": "cell",
					"number": "(908) 000-0000"
					}]
					}
				
                

JSON is used in a wide variety of applications so processing is, of course, a necessity. We will review three applications for processing JSON:

Meetings are held every second Tuesday of the month at the Scotch Plains Rescue Squad second floor meeting hall starting promptly at 7:30pm. Meetings are open to the public, and visitors are encouraged to join ACGNJ.

SIG Leader Mike Redlich
E-Mail mike@redlich.net
Phone: (908) 246-0410