j

json2

This file creates a JSON property in the global object, if there isn't already one, setting its value to an object containing a stringify method and a parse method. The parse method uses the eval method to do the parsing, guarding it with several regular expressions to defend against accidental code execution hazards. On current browsers, this file does nothing, prefering the built-in JSON object.
http://jszip.org/redist/json2
Public Domain
Files download
File Operation
json2-2012.10.08.pom download
Apache Maven
<dependency>
  <groupId>org.jszip.redist</groupId>
  <artifactId>json2</artifactId>
  <version>2012.10.08</version>
  <type>jszip</type>
</dependency>
Gradle Groovy
implementation 'org.jszip.redist:json2:2012.10.08'
Gradle Kotlin
implementation("org.jszip.redist:json2:2012.10.08")
Scala SBT
libraryDependencies += "org.jszip.redist" % "json2" % "2012.10.08"
Groovy Grape
@Grapes(
  @Grab(group='org.jszip.redist', module='json2', version='2012.10.08')
)
Apache Ivy
<dependency org="org.jszip.redist" name="json2" rev="2012.10.08" />
Leiningen
[org.jszip.redist/json2 "2012.10.08"]
Apache Buildr
'org.jszip.redist:json2:jar:2012.10.08'