{"id":34277100,"url":"https://github.com/juliensf/mercury-json","last_synced_at":"2025-12-16T21:59:19.707Z","repository":{"id":65309077,"uuid":"9775327","full_name":"juliensf/mercury-json","owner":"juliensf","description":"A Mercury JSON library.","archived":false,"fork":false,"pushed_at":"2025-11-04T05:31:32.000Z","size":862,"stargazers_count":21,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-11-04T06:18:31.048Z","etag":null,"topics":["json","json-parser","json-serialization","mercury","mercury-json","rfc-7159"],"latest_commit_sha":null,"homepage":"","language":"Mercury","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juliensf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2013-04-30T16:44:41.000Z","updated_at":"2025-11-04T05:31:36.000Z","dependencies_parsed_at":"2024-02-02T01:44:15.976Z","dependency_job_id":"3e272678-42a7-4696-bcd4-066f706e9b55","html_url":"https://github.com/juliensf/mercury-json","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/juliensf/mercury-json","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliensf%2Fmercury-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliensf%2Fmercury-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliensf%2Fmercury-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliensf%2Fmercury-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliensf","download_url":"https://codeload.github.com/juliensf/mercury-json/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliensf%2Fmercury-json/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27772283,"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","status":"online","status_checked_at":"2025-12-16T02:00:10.477Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","json-parser","json-serialization","mercury","mercury-json","rfc-7159"],"created_at":"2025-12-16T21:59:17.209Z","updated_at":"2025-12-16T21:59:19.698Z","avatar_url":"https://github.com/juliensf.png","language":"Mercury","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mercury-JSON\n\n`mercury_json` is a [Mercury](http://www.mercurylang.org) library for reading\nand writing [JSON](http://www.json.org) from character streams.\n\n## Features\n\n* conforms to [RFC 8259](https://www.rfc-editor.org/rfc/rfc8259.txt)\n* optionally allows single and multiline comments in JSON\n* optionally allows single trailing commas in JSON objects and arrays\n* optionally allows numbers to be -Infinity / Infinity\n* optionally allows single quoted strings\n* optionally allows hexadecimal escapes in strings\n* user configurable behaviour for handling repeated object members\n* marshaling and unmarshaling of Mercury data to and from JSON\n* user configurable maximum nesting depth limit\n\n## License\n\n`mercury_json` is licensed under a simple 2-clause BSD style license.  See the\nfile [COPYING](COPYING) for details.\n\n## Installation\n\nCheck the values in the file [Make.options](Make.options) to see if they agree\nwith your system, then do:\n\n    $ make install\n\nYou can also override values in [Make.options](Make.options) on the command\nline, for example\n\n    $ make INSTALL_PREFIX=/foo/bar install\n\ncauses the library to be installed in the directory `/foo/bar`.\n\n## Testing\n\nTo run the regression test suite, do:\n\n    $ make runtests\n\n## Examples\n\nThe [samples](samples) directory contains some example programs that\ndemonstrate different features of the library.\n\n## Mercury 20.06.X Compatibility\n\nThe code on the master branch is **not** compatible with Mercury 20.06.X.\nIf you require a version of `mercury_json` that works with Mercury 20.06.X,\nthen checkout the `mercury_20_06` branch.\n\n## Mercury 20.01.X Compatibility\n\nThe code on the master branch is **not** compatible with Mercury 20.01.X.\nIf you require a version of `mercury_json` that works with Mercury 20.01.X,\nthen checkout the `mercury_20_01` branch.\n\n## Mercury 14.01.X Compatibility\n\nThe code on the master branch is **not** compatible with Mercury 14.01.X.\nIf you require a version of `mercury_json` that works with Mercury 14.01.X,\nthen checkout the `mercury_14_01` branch.\n\n## Author\n\nJulien Fischer \u003cjuliensf@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliensf%2Fmercury-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliensf%2Fmercury-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliensf%2Fmercury-json/lists"}