{"id":17223156,"url":"https://github.com/daboross/json-serialization","last_synced_at":"2025-03-25T16:23:05.928Z","repository":{"id":28019000,"uuid":"31513976","full_name":"daboross/json-serialization","owner":"daboross","description":"Simple and effective JSON parsing and serialization.","archived":false,"fork":false,"pushed_at":"2016-06-08T05:08:08.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T14:27:05.024Z","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/daboross.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2015-03-01T22:47:27.000Z","updated_at":"2016-06-08T04:44:39.000Z","dependencies_parsed_at":"2022-09-04T05:33:51.583Z","dependency_job_id":null,"html_url":"https://github.com/daboross/json-serialization","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daboross%2Fjson-serialization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daboross%2Fjson-serialization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daboross%2Fjson-serialization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daboross%2Fjson-serialization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daboross","download_url":"https://codeload.github.com/daboross/json-serialization/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245496966,"owners_count":20624930,"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-10-15T04:07:30.647Z","updated_at":"2025-03-25T16:23:05.895Z","avatar_url":"https://github.com/daboross.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"json-serialization\n==================\n\n\nThis library provides simple and effective method of parsing JSON into Java Maps and Lists.\nYou can use the `JsonParser` class to parse a json string into either `List\u003cObject\u003e` or `Map\u003cString, Object\u003e`.\nThe `JsonSerialization` class can then serialize a `List\u003cObject\u003e` or `Map\u003cString, Object\u003e` into a json string.\n\nNote that this library operates on 5 basic types:\n- Numbers are represented by either `Integer`, `Double`, or `Long` by the `JsonParser` class,\n  though `JsonSerialization` will accept any class that implements `Number`.\n- Strings are represented by the java `String` class.\n- JSON objects are represented by the `Map\u003cString, Object\u003e` class in `JsonParser`,\n  though `JsonSerialization` will accept any `Map\u003c?, ?\u003e`, providing the map values are valid types\n- JSON arrays are represented by the `List\u003cObject\u003e` class in `JsonParser`,\n  though `JsonSerialization` will accept any `Iterable\u003c?\u003e` class, providing the provided values are valid types.\n- `null` is used to represent literal `null` values in JSON objects/arrays. The `JsonParser` class will produce Lists\n  and Maps which contain null values if the json string has an unquoted `null` value. The `JsonSerialization` class will\n  accept null values, and they will translate to literal unquoted `null` values in the produced string.\n\n`JsonParser` and `JsonSerialization` will only produce/accept those 5 types of values.\nNo other type may be used with this library.\n\njson-serialization is built to target Java 1.6 or greater.\n\njson-serialization is based on the JSON-java project, though it has been thoroughly rebuilt into a simpler and lighter library.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaboross%2Fjson-serialization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaboross%2Fjson-serialization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaboross%2Fjson-serialization/lists"}