{"id":17020737,"url":"https://github.com/kmecpp/jflame","last_synced_at":"2026-05-06T12:32:57.865Z","repository":{"id":57725931,"uuid":"48592017","full_name":"kmecpp/JFlame","owner":"kmecpp","description":"A lightweight, yet extremely fast JSON parser and generator (still under heavy development)","archived":false,"fork":false,"pushed_at":"2018-07-23T01:29:52.000Z","size":111,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T19:32:58.394Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/kmecpp.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}},"created_at":"2015-12-25T21:42:46.000Z","updated_at":"2018-08-26T02:48:05.000Z","dependencies_parsed_at":"2022-09-02T03:41:35.212Z","dependency_job_id":null,"html_url":"https://github.com/kmecpp/JFlame","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmecpp%2FJFlame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmecpp%2FJFlame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmecpp%2FJFlame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmecpp%2FJFlame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kmecpp","download_url":"https://codeload.github.com/kmecpp/JFlame/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244990075,"owners_count":20543614,"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":[],"created_at":"2024-10-14T07:05:51.158Z","updated_at":"2026-05-06T12:32:57.774Z","avatar_url":"https://github.com/kmecpp.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JFlame\nA lightweight and extremely fast JSON parser and generator. This project aims to provide all the tools necessary to quickly and effectively create applications utilizing JSON. The JFlame's main goal is simply raw power, it's designed to run as fast as possible and as a result, a lot of the ideas for the parser came from ralfstx's [minimal-json](https://github.com/ralfstx/minimal-json). The API was designed to be as simple and intuitive as possible but still include everything you need to create, and manipulate simple JSON.\n\n##Examples:\n\n###Manipulate JSON data\nParse a JSON string\n```\nJsonValue value = Json.parse(jsonString);\n```\n\nGenerate a JSON string from an object\n```\nString json = jsonValue.toString();\n```\n\nGenerate a formatted JSON string from an object\n```\nString jsonFormatted = jsonObj.getFormatted();\n```\n\nCustomize your JSON formatting\n```\nString jsonFormatted = jsonObj.getFormatted(\"\\t\");\n```\n\n###Interacting with REST webservices\n\nRead data\n```\nJson.readJsonFromUrl(\"http://example.com/users/joe/stats\");\n```\n\nPost data\n```\nJson.postJsonToUrl(\"http://example.com/users/joe/stats/add\", jsonObj);\n```\n\n## Maven\n```\n\n\u003crepository\u003e\n\t\u003cid\u003ekmecpp-repo\u003c/id\u003e\n\t\u003curl\u003ehttp://repo.kmecpp.com/maven\u003c/url\u003e\n\u003c/repository\u003e\n\n\u003cdependency\u003e\n\t\u003cgroupId\u003ecom.kmecpp\u003c/groupId\u003e\n\t\u003cartifactId\u003ejflame\u003c/artifactId\u003e\n\t\u003cversion\u003e1.0\u003c/version\u003e\n\u003c/dependency\u003e\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmecpp%2Fjflame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkmecpp%2Fjflame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmecpp%2Fjflame/lists"}