8000 GitHub - Log4JExploit/JSON: A free to use JSON Library for your Java application. Free as in liberty and free as in free beer.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

0