{"id":44655624,"url":"https://github.com/MaJerle/lwjson","last_synced_at":"2026-02-27T09:01:18.891Z","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-11-28T15:35:52.000Z","size":425,"stargazers_count":243,"open_issues_count":7,"forks_count":58,"subscribers_count":12,"default_branch":"develop","last_synced_at":"2025-11-30T21:21:28.596Z","etag":null,"topics":["embedded","javascript","javascript-object-notation","json","lightweight","microcontroller","optimization","parser","reader","stream","streaming","systems"],"latest_commit_sha":null,"homepage":"","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":["paypal.me/tilz0R"]}},"created_at":"2020-11-30T22:14:06.000Z","updated_at":"2025-11-28T15:35:56.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":13,"template":false,"template_full_name":null,"purl":"pkg:github/MaJerle/lwjson","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","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaJerle%2Flwjson/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29888777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T08:34:21.514Z","status":"ssl_error","status_checked_at":"2026-02-27T08:32:38.035Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["embedded","javascript","javascript-object-notation","json","lightweight","microcontroller","optimization","parser","reader","stream","streaming","systems"],"created_at":"2026-02-14T22:00:25.252Z","updated_at":"2026-02-27T09:01:18.886Z","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* JSON serializer separate module\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":["file manager"],"sub_categories":["json"],"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"}