{"id":37027097,"url":"https://github.com/techatpark/sjson","last_synced_at":"2026-01-14T03:12:21.877Z","repository":{"id":41986873,"uuid":"431344063","full_name":"techatpark/sjson","owner":"techatpark","description":"Tailer made JSON Parser for Server Side workloads (API Server/Client)","archived":false,"fork":false,"pushed_at":"2025-08-08T04:40:47.000Z","size":1133,"stargazers_count":4,"open_issues_count":6,"forks_count":16,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-08-08T05:28:55.233Z","etag":null,"topics":["java","json","jsonparser","rest-api"],"latest_commit_sha":null,"homepage":"","language":"Java","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/techatpark.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":"2021-11-24T04:17:17.000Z","updated_at":"2025-08-08T04:40:50.000Z","dependencies_parsed_at":"2024-02-17T18:23:38.890Z","dependency_job_id":"41101dbd-7ce6-43b4-9b59-ea3c00c89570","html_url":"https://github.com/techatpark/sjson","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/techatpark/sjson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techatpark%2Fsjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techatpark%2Fsjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techatpark%2Fsjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techatpark%2Fsjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techatpark","download_url":"https://codeload.github.com/techatpark/sjson/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techatpark%2Fsjson/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"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":["java","json","jsonparser","rest-api"],"created_at":"2026-01-14T03:12:21.121Z","updated_at":"2026-01-14T03:12:21.872Z","avatar_url":"https://github.com/techatpark.png","language":"Java","readme":"[![Build](https://github.com/techatpark/sjson/actions/workflows/develop.yml/badge.svg)](https://github.com/techatpark/sjson/actions/workflows/develop.yml)\n\n# SJson\n\n\u003e **SJson** is a lightweight, high-performance JSON parser built for server-side Java. Designed for REST APIs and microservices, it delivers faster parsing with lower memory usage using native Java structures.\n\n## Why Use SJson?\n\n-  Optimized for fast serialization \u0026 deserialization\n-  No external dependencies. Uses native Java types (`Map`, `List`, etc.)\n-  Assumes valid JSON (minimal validation overhead)\n-  Clean, modern, and extendable Java code\n\n### Use cases\n\n- **Microservices:** Service-to-service communication\n- **Client SDKs:** Lightweight JSON processing (e.g., Elastic clients)\n- **Data Engineering:** ETL pipelines, streaming ingestion, compact intermediate JSON parsing\n\n## Usage\n\nAdd dependency to your project\n\n### Maven\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.techatpark.sjson\u003c/groupId\u003e\n    \u003cartifactId\u003ejson-parser\u003c/artifactId\u003e\n    \u003cversion\u003e{{version}}\u003c/version\u003e\n\u003c/dependency\u003e\n```\n### Gradle\n```groovy\nimplementation 'com.techatpark.sjson:json-parser:{{version}}'\n```\n\nYou can now perform serialization \u0026 deserialization\n\n```java\nObject obj = Json.parse(Reader.of(\"{ \\\"abc\\\" : \\\"def\\\" }\"));  // Map\u003cString, Object\u003e\n\nString jsonString = Json.stringify(obj);\n```\n\n## Reference\n\n- https://www.youtube.com/watch?v=NSzRK8f7EX0\u0026pp=ygUSSlNPTiBBUEkgQ29yZSBKYXZh\n- https://www.youtube.com/watch?v=W8k9ZCrsphc\u0026t=448s\n- https://www.youtube.com/watch?v=R8Xubleffr8","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechatpark%2Fsjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechatpark%2Fsjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechatpark%2Fsjson/lists"}