{"id":21497301,"url":"https://github.com/jazzfool/json-core-stream","last_synced_at":"2025-08-18T07:11:21.833Z","repository":{"id":242168983,"uuid":"805674971","full_name":"jazzfool/json-core-stream","owner":"jazzfool","description":"Fork of serde-json-core, with support for streams","archived":false,"fork":false,"pushed_at":"2024-06-01T03:03:36.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T12:26:17.741Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jazzfool.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","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}},"created_at":"2024-05-25T06:28:42.000Z","updated_at":"2024-06-01T03:03:40.000Z","dependencies_parsed_at":"2024-06-01T04:32:24.339Z","dependency_job_id":null,"html_url":"https://github.com/jazzfool/json-core-stream","commit_stats":null,"previous_names":["jazzfool/json-core-stream"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jazzfool/json-core-stream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzfool%2Fjson-core-stream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzfool%2Fjson-core-stream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzfool%2Fjson-core-stream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzfool%2Fjson-core-stream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jazzfool","download_url":"https://codeload.github.com/jazzfool/json-core-stream/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzfool%2Fjson-core-stream/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270957379,"owners_count":24675129,"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-08-18T02:00:08.743Z","response_time":89,"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":[],"created_at":"2024-11-23T16:23:04.457Z","updated_at":"2025-08-18T07:11:21.758Z","avatar_url":"https://github.com/jazzfool.png","language":"Rust","readme":"# `json-core-stream`\n\nno-std, no alloc\n\nA fork of [`serde-json-core`](https://github.com/rust-embedded-community/serde-json-core) with changes to support de/serialization from/to a stream of bytes.\n\nThings it does differently:\n\n- Deserializer reads bytes from a `Read` trait instance.\n- Deserializer has an internal buffer (size can be specified as a const generic).\n- No longer supports deserializing into borrowed strings; can only deserialize strings into `heapless::String` now.\n- Serializer writes bytes into a `Write` trait instance.\n\nThe existing methods to de/serialize to/from a slice/str remain,\nhowever there is now a public `Read` trait that can be used with `from_stream`,\nand a public `Write` trait that can be used with `to_stream`.\n\nThe purpose of this library is to provide JSON serialization and deserialization whilst interfacing with external memory (e.g., an SD card) on microcontrollers, using as little RAM as possible.\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or\n  http://www.apache.org/licenses/LICENSE-2.0)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazzfool%2Fjson-core-stream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjazzfool%2Fjson-core-stream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazzfool%2Fjson-core-stream/lists"}