{"id":28736517,"url":"https://github.com/vizonex/lljson","last_synced_at":"2025-07-10T15:34:42.881Z","repository":{"id":295347108,"uuid":"977666762","full_name":"Vizonex/lljson","owner":"Vizonex","description":"A json parser created with llparse to parse json on an infinite scale.","archived":false,"fork":false,"pushed_at":"2025-05-25T02:23:44.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T01:44:57.241Z","etag":null,"topics":["json","json-parser","llparse"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Vizonex.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-04T18:04:39.000Z","updated_at":"2025-05-25T02:23:47.000Z","dependencies_parsed_at":"2025-05-26T12:34:20.953Z","dependency_job_id":null,"html_url":"https://github.com/Vizonex/lljson","commit_stats":null,"previous_names":["vizonex/lljson"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vizonex/lljson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vizonex%2Flljson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vizonex%2Flljson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vizonex%2Flljson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vizonex%2Flljson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vizonex","download_url":"https://codeload.github.com/Vizonex/lljson/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vizonex%2Flljson/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264599548,"owners_count":23635308,"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":["json","json-parser","llparse"],"created_at":"2025-06-16T01:40:21.128Z","updated_at":"2025-07-10T15:34:42.829Z","avatar_url":"https://github.com/Vizonex.png","language":"TypeScript","readme":"# LLJSON\r\nA Parser inspired by __llhttp__ for handling speedy reading and parsing of json datatypes\r\nthis parser borrows the same functionallity as __llhttp__ so that callbacks can be used\r\nto filter and walk through very specific data rather than loads of unwanted data.\r\n\r\n## Built around the idea that\r\n\r\n- Developers tend to filter loads of json responses for just one object or array.\r\n\r\n- Loading Large sums of data into memory is a waste of time. When we get into gigabyte or terribyte territories\r\nthis can become a serious problem with average tools.\r\n\r\n- Data Conversions should be done immediatley and by yourself and not loaded into memory first thing.\r\n\r\n- You can scrape unlimited supplies of Json \r\n    - without loosing memory\r\n    - requiring too much memory\r\n\r\n- You can set a recursion limit to control how many containers the parser remebers.\r\n    - The Parser only requires one Malloc Call and can be easily done with others \r\n    like Python's CAPI (PyMem_Malloc) or mimalloc for instance...\r\n\r\n- You can skip or ignore datatypes you do not wish to use...\r\n\r\n- You can pause the parser on any callback allowing languages like Python to create Yeild Generators \r\nfor certain types of data being returned.\r\n\r\n- This library should be compatiable with llhttp meaning there should be no compiling \r\nerrors between these libraries if they are being intermixed.\r\n\r\n- RFC 8259 should be strictly obyed. \r\n\r\n- You can build off of lljson to create a more advanced library for other languages or other algorythms in general.\r\n\r\n- Modern Json Libraries can be slow because they have to allocate unwanted \r\nmemory before you can move through all of it.\r\n\r\n\r\nCurrently I am finishing up the first version and need to add some native C Api stuff.\r\nYou can compile the current C Code using typescript which I programmed with in the hopes\r\nthat contribution will come around at somepoint.\r\n\r\n\r\n\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvizonex%2Flljson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvizonex%2Flljson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvizonex%2Flljson/lists"}