{"id":20936222,"url":"https://github.com/adzerk/json-e-js","last_synced_at":"2025-06-25T09:33:49.820Z","repository":{"id":66596095,"uuid":"496884642","full_name":"adzerk/json-e-js","owner":"adzerk","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-11T22:50:10.000Z","size":162,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-03-13T02:43:37.514Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adzerk.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}},"created_at":"2022-05-27T06:20:36.000Z","updated_at":"2022-06-03T22:22:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"dac1e74c-c60b-44dd-9841-ab8bfbaa97bd","html_url":"https://github.com/adzerk/json-e-js","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/adzerk/json-e-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adzerk%2Fjson-e-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adzerk%2Fjson-e-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adzerk%2Fjson-e-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adzerk%2Fjson-e-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adzerk","download_url":"https://codeload.github.com/adzerk/json-e-js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adzerk%2Fjson-e-js/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261844798,"owners_count":23218436,"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-11-18T22:18:24.878Z","updated_at":"2025-06-25T09:33:49.789Z","avatar_url":"https://github.com/adzerk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON-e\n\nJSON-e is a data-structure parameterization system for embedding context in\nJSON objects.\n\nThe central idea is to treat a data structure as a \"template\" and transform it,\nusing another data structure as context, to produce an output data structure.\n\nThere are countless libraries to do this with strings, such as\n[mustache](https://mustache.github.io/). What makes JSON-e unique is that it\noperates on data structures, not on their textual representation. This allows\ninput to be written in a number of formats (JSON, YAML, etc.) or even generated\ndynamically. It also means that the output cannot be \"invalid\", even when\nincluding large chunks of contextual data.\n\nJSON-e is also designed to be safe for use on untrusted data. It never uses\n`eval` or any other function that might result in arbitrary code execution. It\nalso disallows unbounded iteration, so any JSON-e rendering operation will\nfinish in finite time.\n\n## Full Documentation\n\nSee [json-e.js.org](https://json-e.js.org).\n\n## Changes\n\nSee\n[CHANGELOG.rst](https://github.com/json-e/json-e/blob/main/CHANGELOG.rst)\nfor the changes in each version of this library.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadzerk%2Fjson-e-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadzerk%2Fjson-e-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadzerk%2Fjson-e-js/lists"}