{"id":20435045,"url":"https://github.com/majerle/lwjson","last_synced_at":"2025-04-13T00:48:28.706Z","repository":{"id":49869427,"uuid":"317359300","full_name":"MaJerle/lwjson","owner":"MaJerle","description":"Lightweight JSON parser for embedded systems","archived":false,"fork":false,"pushed_at":"2025-03-30T11:40:31.000Z","size":362,"stargazers_count":194,"open_issues_count":7,"forks_count":46,"subscribers_count":9,"default_branch":"develop","last_synced_at":"2025-04-13T00:48:25.237Z","etag":null,"topics":["embedded","javascript","javascript-object-notation","json","lightweight","microcontroller","optimization","parser","reader","stream","streaming","systems"],"latest_commit_sha":null,"homepage":"https://majerle.eu/projects/lwjson-lightweight-json-parser","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaJerle.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["paypal.me/tilz0R"]}},"created_at":"2020-11-30T22:14:06.000Z","updated_at":"2025-04-08T12:14:28.000Z","dependencies_parsed_at":"2024-05-17T15:38:20.688Z","dependency_job_id":"06353471-63d8-4e51-927b-035b1d5b3985","html_url":"https://github.com/MaJerle/lwjson","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaJerle%2Flwjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaJerle%2Flwjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaJerle%2Flwjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaJerle%2Flwjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaJerle","download_url":"https://codeload.github.com/MaJerle/lwjson/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650437,"owners_count":21139672,"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":["embedded","javascript","javascript-object-notation","json","lightweight","microcontroller","optimization","parser","reader","stream","streaming","systems"],"created_at":"2024-11-15T08:30:35.323Z","updated_at":"2025-04-13T00:48:28.675Z","avatar_url":"https://github.com/MaJerle.png","language":"C","readme":"# Lightweight JSON text parser\n\nLibrary provides generic JSON text parser, that is optimized for embedded systems.\nSupports `streaming` parsing or classic parsing with full JSON data available in one big linear memory.\nFirst one being optimized for ultra small microcontrollers, second one being ready for PC applications - or simply when several kB of RAM memory is available at any given point of time\n\n\u003ch3\u003eRead first: \u003ca href=\"http://docs.majerle.eu/projects/lwjson/\"\u003eDocumentation\u003c/a\u003e\u003c/h3\u003e\n\n## Features\n\n* Written in C (C11), compatible with ``size_t`` for size data types\n* RFC 4627 and RFC 8259 compliant\n* Based on static token allocation with optional application dynamic pre-allocation\n* No recursion during parse operation\n* Re-entrant functions\n* Zero-copy, no ``malloc`` or ``free`` functions used\n* Supports streaming parsing as secondary option\n* Optional support for inline comments with `/* comment... */` syntax between any *blank* region of input string\n* Advanced find algorithm for tokens\n* Test coverage is available\n* User friendly MIT license\n\n## Contribute\n\nFresh contributions are always welcome. Simple instructions to proceed:\n\n1. Fork Github repository\n2. Follow [C style \u0026 coding rules](https://github.com/MaJerle/c-code-style) already used in the project\n3. Create a pull request to develop branch with new features or bug fixes\n\nAlternatively you may:\n\n1. Report a bug\n2. Ask for a feature request\n","funding_links":["paypal.me/tilz0R"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmajerle%2Flwjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmajerle%2Flwjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmajerle%2Flwjson/lists"}