Skip to content

A free to use JSON Library for your Java application. Free as in liberty and free as in free beer.

License

Notifications You must be signed in to change notification settings

Log4JExploit/JSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON

A free to use JSON Library for your Java application. Free as in liberty and free as in free beer.

Features

  • Parse JSON objects and arrays
  • stringify JSON objects and arrays
  • use custom get methods to skip casting e.g. getBoolean, getLong, ..
  • works with unicode

Getting Started

JSONObject object = new JSONObject();
object.put("key", true);

String text = object.toJSONString();
JSONObject parsed = JSON.byText(text);

Honorable Mentions

@nemethi inspired this project
with their project json-pretty-printer

About

A free to use JSON Library for your Java application. Free as in liberty and free as in free beer.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages