Name | json-20190722.jar | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Class Version | Java 6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Locations |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
Profiles | Sun Java 5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Manifest | Manifest-Version: 1.0 Automatic-Module-Name: org.json Bnd-LastModified: 1565139239582 Build-Jdk: 10.0.2 Built-By: Benjamin Gehrels Bundle-Description: JSON is a light-weight, language independent, data i nterchange format. See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capabi lity to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There is a large number of JSON pa ckages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully. The license includes this restric tion: "The software shall be used for good, not evil." If your conscie nce cannot live with that, then choose a different package. Bundle-License: http://json.org/license.html Bundle-ManifestVersion: 2 Bundle-Name: JSON in Java Bundle-SymbolicName: json Bundle-Version: 20190722.0.0 Created-By: Apache Maven Bundle Plugin Export-Package: org.json;version="20190722.0.0" Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.6))" Tool: Bnd-3.0.0.201509101326 |
||||||||||||||||||||||||||||||||||||||||||||||||||||
Signing information | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Requires | java.io.BufferedReader java.io.Closeable java.io.IOException java.io.InputStream java.io.InputStreamReader java.io.Reader java.io.StringReader java.io.StringWriter java.io.UnsupportedEncodingException java.io.Writer java.lang.Appendable java.lang.Boolean java.lang.Byte java.lang.CharSequence java.lang.Character java.lang.Class java.lang.ClassLoader java.lang.Double java.lang.Enum java.lang.Exception java.lang.Float java.lang.IllegalAccessException java.lang.IllegalArgumentException java.lang.Integer java.lang.Iterable java.lang.Long java.lang.NoSuchMethodException java.lang.NullPointerException java.lang.Number java.lang.NumberFormatException java.lang.Object java.lang.Package java.lang.RuntimeException java.lang.SecurityException java.lang.Short java.lang.String java.lang.StringBuffer java.lang.StringBuilder java.lang.Thread java.lang.Throwable java.lang.UnsupportedOperationException java.lang.Void java.lang.annotation.Annotation java.lang.annotation.Documented java.lang.annotation.ElementType java.lang.annotation.Retention java.lang.annotation.RetentionPolicy java.lang.annotation.Target java.lang.reflect.Array java.lang.reflect.Field java.lang.reflect.InvocationTargetException java.lang.reflect.Method java.lang.reflect.Modifier java.math.BigDecimal java.math.BigInteger java.net.URLDecoder java.net.URLEncoder java.util.ArrayList java.util.Collection java.util.Collections java.util.Enumeration java.util.HashMap java.util.Iterator java.util.List java.util.Locale java.util.Map java.util.Map$Entry java.util.Properties java.util.ResourceBundle java.util.Set java.util.regex.Matcher java.util.regex.Pattern |
||||||||||||||||||||||||||||||||||||||||||||||||||||
Provides |
|