{"id":37436343,"url":"https://github.com/imrobin/net.sf.json","last_synced_at":"2026-01-16T06:40:41.519Z","repository":{"id":39709482,"uuid":"229194300","full_name":"imrobin/net.sf.json","owner":"imrobin","description":"net.sf.json 项目使用的json库","archived":false,"fork":false,"pushed_at":"2025-05-28T18:01:14.000Z","size":125,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-18T15:23:18.299Z","etag":null,"topics":["json","net-sf-json"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imrobin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-20T05:11:16.000Z","updated_at":"2022-05-25T09:35:06.000Z","dependencies_parsed_at":"2022-09-26T22:11:26.371Z","dependency_job_id":null,"html_url":"https://github.com/imrobin/net.sf.json","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/imrobin/net.sf.json","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imrobin%2Fnet.sf.json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imrobin%2Fnet.sf.json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imrobin%2Fnet.sf.json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imrobin%2Fnet.sf.json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imrobin","download_url":"https://codeload.github.com/imrobin/net.sf.json/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imrobin%2Fnet.sf.json/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["json","net-sf-json"],"created_at":"2026-01-16T06:40:41.428Z","updated_at":"2026-01-16T06:40:41.512Z","avatar_url":"https://github.com/imrobin.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\n## Welcome to Json-lib\n\nJSON-lib is a java library for transforming beans, maps, collections, arrays and XML to JSON\nand back again to beans and DynaBeans. It is based on the work by Douglas Crockford in\n\u003chttp://www.json.org/java\u003e.\n\nThe following table summarizes the types conversion between Java and JavaScript:\n\n\n| JSON |  | Java |\n| ------ | ------ | ------ |\n| string | \u0026#8660; | java.lang.String, java.lang.Character, char |\n| number | \u0026#8660; | java.lang.Number, java.math.BigDecimal, byte, short, int, long, float, double |\n| true/false | \u0026#8660; | java.lang.Boolean, boolean |\n| null | \u0026#8660; | null |\n| function | \u0026#8660; | net.sf.json.JSONFunction |\n| array | \u0026#8660; | net.sf.json.JSONArray (object, string, number, boolean, function) |\n| object | \u0026#8660; | net.sf.json.JSONObject |\n\n\nThe `function` type from JavaScript is not part of the JSON\nformat \"officially\" (please refer to \u003chttp://www.json.org\u003e)\nbut it is supported as well.\n\nJson-lib requires (at least) the following dependencies in your classpath:\n\n* Apache commons-lang3 3.9\n* Apache commons-beanutils 1.9.3\n* Apache commons-collections4 4.4\n* slf4j 1.7.28\n* ezmorph 1.0.6\n\nOther dependencies are needed if working with XML and Groovy.\n\n* xom 1.3.2\n* groovy 2.5.8\n\n## What is JSON\n\nJSON (JavaScript Object Notation) is a lightweight\ndata-interchange format. It is easy for humans to read\nand write. It is easy for machines to parse and\ngenerate. It is based on a subset of the JavaScript\nProgramming Language, Standard ECMA-262 3rd Edition -\nDecember 1999. JSON is a text format that is completely\nlanguage independent but uses conventions that are\nfamiliar to programmers of the C-family of languages,\nincluding C, C++, C#, Java, JavaScript, Perl, Python,\nand many others.\n\nThese properties make JSON an ideal data-interchange\nlanguage.\n\nNOTE: Documentation for older releases can be found at link: [json-lib.sourceforge.net](http://json-lib.sourceforge.net)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimrobin%2Fnet.sf.json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimrobin%2Fnet.sf.json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimrobin%2Fnet.sf.json/lists"}