Creating or Formatting the JSON.

JSON - JavaScript Object Notation is lightweight interchange format. JSON is more comfortable than XML. Also fast than the parsing. Most of web services is achieved through this JSON.

Some peoples are struggling to create and formatting the JSON strings and arrays. Here i give the links, its very useful for formatting and creating JSON. Just try it and give your feedback.

http://jsonviewer.stack.hu/ --> My Best Option.

http://jsonformat.com/

http://www.jsoneditoronline.org/

http://jsonformatter.curiousconcept.com/




Comments

Popular posts from this blog

Proguard usage in Android

Speed up gradle build in Android Studio.

Image Downloading Library - Picasso