{"id":23692495,"url":"https://github.com/yext/json-java","last_synced_at":"2026-01-17T08:30:19.940Z","repository":{"id":231401361,"uuid":"777432166","full_name":"yext/JSON-java","owner":"yext","description":"Fork of https://mvnrepository.com/artifact/org.json/json/20080701","archived":false,"fork":false,"pushed_at":"2024-04-02T18:11:15.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T03:28:06.401Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yext.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-25T20:55:31.000Z","updated_at":"2024-04-03T21:09:17.000Z","dependencies_parsed_at":"2024-04-03T23:24:43.676Z","dependency_job_id":"dbacd6ee-e16f-467a-9379-7541f3e92baa","html_url":"https://github.com/yext/JSON-java","commit_stats":null,"previous_names":["yext/json-java"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yext%2FJSON-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yext%2FJSON-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yext%2FJSON-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yext%2FJSON-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yext","download_url":"https://codeload.github.com/yext/JSON-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239758828,"owners_count":19692033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-30T03:28:18.979Z","updated_at":"2026-01-17T08:30:19.890Z","avatar_url":"https://github.com/yext.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"JSON in Java [package org.json]\n\nDouglas Crockford\ndouglas@crockford.com\n\n2010-12-21\n\n\nJSON is a light-weight, language independent, data interchange format.\nSee http://www.JSON.org/\n\nThe files in this package implement JSON encoders/decoders in Java. \nIt also includes the capability to convert between JSON and XML, HTTP \nheaders, Cookies, and CDL. \n\nThis is a reference implementation. There is a large number of JSON packages\nin Java. Perhaps someday the Java community will standardize on one. Until \nthen, choose carefully.\n\nThe license includes this restriction: \"The software shall be used for good, \nnot evil.\" If your conscience cannot live with that, then choose a different\npackage.\n\nThe package compiles on Java 1.2 thru Java 1.4.\n\n\nJSONObject.java: The JSONObject can parse text from a String or a JSONTokener\nto produce a map-like object. The object provides methods of manipulating its\ncontents, and for producing a JSON compliant serialization.\n\nJSONArray.java: The JSONObject can parse text from a String or a JSONTokener\nto produce a vector-like object. The object provides methods of manipulating \nits contents, and for producing a JSON compliant serialization.\n\nJSONTokenizer.java: The JSONTokener breaks a text into a sequence of individual\ntokens. It can be constructed from a String,Reader, or InputStream.\n\nJSONException.java: The JSONException is the standard exception type thrown\nby this package.\n\n\nJSONString.java: The JSONString interface requires a toJSONString method, \nallowing an object to provide its own serialization.\n\nJSONStringer.java: The JSONStringer provides a convenient facility for \nbuilding JSON strings.\n\nJSONWriter.java: The JSONWriter provides a convenient facility for building \nJSON text through a writer.\n \n\nCDL.java: CDL provides support for converting between JSON and comma\ndelimited lists.\n\nCookie.java: Cookie provides support for converting between JSON and cookies.\n\nCookieList.java: CookieList provides support for converting between JSON and\ncookie lists.\n\nHTTP.java: HTTP provides support for converting between JSON and HTTP headers.\n\nHTTPTokener.java: HTTPTokener extends JSONTokener for parsing HTTP headers.\n\nXML.java: XML provides support for converting between JSON and XML.\n\nJSONML.java: JSONML provides support for converting between JSONML and XML.\n\nXMLTokener.java: XMLTokener extends JSONTokener for parsing XML text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyext%2Fjson-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyext%2Fjson-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyext%2Fjson-java/lists"}