j

json

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
http://www.json.org/java/index.html
JSON License
JSON
Douglas Crockford
Files download
File Operation
json-0.0.20080701.jar download
json-0.0.20080701.pom download
json-0.0.20080701-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vaadin.external.json</groupId>
  <artifactId>json</artifactId>
  <version>0.0.20080701</version>
</dependency>
Gradle Groovy
implementation 'com.vaadin.external.json:json:0.0.20080701'
Gradle Kotlin
implementation("com.vaadin.external.json:json:0.0.20080701")
Scala SBT
libraryDependencies += "com.vaadin.external.json" % "json" % "0.0.20080701"
Groovy Grape
@Grapes(
  @Grab(group='com.vaadin.external.json', module='json', version='0.0.20080701')
)
Apache Ivy
<dependency org="com.vaadin.external.json" name="json" rev="0.0.20080701" />
Leiningen
[com.vaadin.external.json/json "0.0.20080701"]
Apache Buildr
'com.vaadin.external.json:json:jar:0.0.20080701'
Dependencies
The project has no third-party dependencies