Skip to content

descriptions-of-it-technologies/json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

JavaScript Object Notation JSON.

Contents at a Glance.

About.

Documentation.

General.

Pros.

  • Data can take any form (array, nested elements)
  • JSON is widely accepted format on the web.
  • JSON can be read by pretty much any lenguage.
  • JSON can be easily shared over a network.

Cons.

  • Data has no schema enforcing.
  • JSON object can be quite big in size because of repeated key.
  • No comments, metadata, documentation.

  • Jackson. create and initialize fields by constructor.
  • Gson. create and initialize fields by reflection.
  • Moshi.

Help.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published