background preloader

Json

Facebook Twitter

Gson - A Java library to convert JSON to Java objects and vice-versa. Gson is a Java library that can be used to convert Java Objects into their JSON representation.

gson - A Java library to convert JSON to Java objects and vice-versa

It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of. There are a few open-source projects that can convert Java objects to JSON. Présentation de JSON. JSON (JavaScript Object Notation – Notation Objet issue de JavaScript) est un format léger d'échange de données.

Présentation de JSON

Il est facile à lire ou à écrire pour des humains. Il est aisément analysable ou générable par des machines. Il est basé sur un sous-ensemble du langage de programmation JavaScript (JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999). JSONLint - The JSON Validator.