Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -1,4 +1,4 @@
 Awesome JSON !Awesome (https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 Awesome JSON !Awesome (https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
A curated list of awesome JSON libraries and resources.
Inspired by the awesome (https://github.com/sindresorhus/awesome) list.
@@ -53,22 +53,24 @@
Browser Extensions
Chrome
⟡ JSON Formatter (https://chromewebstore.google.com/detail/json-formatter/bcjindcccaagfpapjjmafapmmgkkhgoa) (github (https://github.com/callumlocke/json-formatter)) - Makes JSON easy to read. Open source.
⟡ JSON Viewer (https://chromewebstore.google.com/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh) (github (https://github.com/tulios/json-viewer)) - It is a Chrome extension for printing JSON and JSONP.
⟡ JSON Formatter (https://chromewebstore.google.com/detail/json-formatter/bcjindcccaagfpapjjmafapmmgkkhgoa) (github (https://github.com/callumlocke/json-formatter)) - Makes JSON easy to read.
Open source.
⟡ JSON Viewer (https://chromewebstore.google.com/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh) (github (https://github.com/tulios/json-viewer)) - It is a Chrome extension for printing 
JSON and JSONP.
⟡ JSON Finder (https://chromewebstore.google.com/detail/json-finder/flhdcaebggmmpnnaljiajhihdfconkbj) (github (https://github.com/rapee/jsonfinder)) - Browse like you do it in Finder.
⟡ JSON Viewer Pro (https://chromewebstore.google.com/detail/json-viewer-pro/eifflpmocdbdmepbjaopkkhbfmdgijcc) (github (https://github.com/rbrahul/Awesome-JSON-Viewer) - An open source Chrome extension for 
browsing JSON with syntax highlighting and folding, or as a visual graph.
⟡ Discoverable JSON (https://chromewebstore.google.com/detail/json-manipulator-json-to/pcakbljjigdafljigcpbmjllkbhlncjg) (github (https://github.com/noitcudni/discoverable-json)) - Gron inspired Extension. 
Convert a JSON document into javascript expressions. Comes with filter, remove, find-and-replace capabilities.
⟡ JSON Viewer Pro (https://chromewebstore.google.com/detail/json-viewer-pro/eifflpmocdbdmepbjaopkkhbfmdgijcc) (github (https://github.com/rbrahul/Awesome-JSON-Viewer) - An open source Chrome 
extension for browsing JSON with syntax highlighting and folding, or as a visual graph.
⟡ Discoverable JSON (https://chromewebstore.google.com/detail/json-manipulator-json-to/pcakbljjigdafljigcpbmjllkbhlncjg) (github (https://github.com/noitcudni/discoverable-json)) - Gron 
inspired Extension. Convert a JSON document into javascript expressions. Comes with filter, remove, find-and-replace capabilities.
Firefox
⟡ JSONView (https://addons.mozilla.org/en-US/firefox/addon/jsonview/) (github (https://github.com/bhollis/jsonview)) - View JSON documents in the browser.
Safari
⟡ JSONAce (https://apps.apple.com/us/story/id1377753262?id=com.acrogenesis.jsonace-56Q494QF3LL) (github (https://github.com/acrogenesis/JSONAce)) - Formats & syntax highlights JSON viewed inside of the web 
browser using the ACE editor.
⟡ JSONView (https://apps.apple.com/us/story/id1377753262?id=com.acrogenesis.jsonview-56Q494QF3L) (github (https://github.com/acrogenesis/jsonview-safari)) - A port of the JSONView Firefox extension that formats 
and syntax highlights JSON viewed inside of the browser
⟡ JSONAce (https://apps.apple.com/us/story/id1377753262?id=com.acrogenesis.jsonace-56Q494QF3LL) (github (https://github.com/acrogenesis/JSONAce)) - Formats & syntax highlights JSON viewed 
inside of the web browser using the ACE editor.
⟡ JSONView (https://apps.apple.com/us/story/id1377753262?id=com.acrogenesis.jsonview-56Q494QF3L) (github (https://github.com/acrogenesis/jsonview-safari)) - A port of the JSONView Firefox 
extension that formats and syntax highlights JSON viewed inside of the browser
Command-line tools
⟡ dsq (https://github.com/multiprocessio/dsq) - Tool for running SQL queries against JSON, CSV, Excel, Parquet, and more.
@@ -144,7 +146,8 @@
⟡ JsonML (http://www.jsonml.org/) - A compact format for transporting XML-based markup as JSON which allows it to be losslessly converted back to its original form.
⟡ JSON5 (https://json5.org/) - a extension that aims to make it easier for humans to write and maintain by hand.
⟡ JSON6 (https://github.com/d3x0r/json6) - JSON for Humans (ES6).
⟡ JSON 1.1/JSONX (https://json-next.github.io/) - An evolved version 1.1 with format extension for humans incl. comments, unquoted and multi-line strings, optional and trailing commas and more.
⟡ JSON 1.1/JSONX
 (https://json-next.github.io/) - An evolved version 1.1 with format extension for humans incl. comments, unquoted and multi-line strings, optional and trailing commas and more.
⟡ JSON Resume (https://jsonresume.org/) - The open source initiative to create standard for resumes.
⟡ JSON Web Tokens (https://jwt.io/) - A compact URL-safe means of representing claims to be transferred between two parties.
⟡ JSON API (https://jsonapi.org/) - A standard for building APIs.
@@ -155,7 +158,8 @@
⟡ /contribute.json (https://www.contributejson.org/) - Making open source contribution information easier to access, across projects.
⟡ NDJSON (https://ndjson.org/) (Newline delimited JSON) - a standard for delimiting JSON in stream protocols.
⟡ survey.js (https://surveyjs.io/form-library) - JSON based survey library.
⟡ JSON Meta Application Protocol (JMAP) (https://jmap.io/) - A protocol for synchronising JSON-based data objects efficiently, with support for push and out-of-band binary data upload/download.
⟡ JSON Meta Application Protocol (JMAP)
 (https://jmap.io/) - A protocol for synchronising JSON-based data objects efficiently, with support for push and out-of-band binary data upload/download.
⟡ JSON: JSON secret keeper (https://github.com/rosehgal/jackson) - JSONic way of storing secrets in config file.
Frontend components
@@ -359,7 +363,8 @@
⟡ JSONC (https://github.com/tcorral/JSONC) - JSON compressor and decompressor. (Javascript)
⟡ JsonMapper (https://github.com/cweiske/jsonmapper) - Map nested structures onto PHP classes (PHP)
⟡ SassyJSON (https://github.com/KittyGiraudel/SassyJSON) - Sass-powered API. (Sass)
⟡ json.human.js (http://marianoguerra.github.io/json.human.js/) - A small library to convert a JSON object into a human readable HTML representation that is easy to style for different purposes.
⟡ json.human.js
 (http://marianoguerra.github.io/json.human.js/) - A small library to convert a JSON object into a human readable HTML representation that is easy to style for different purposes.
⟡ JSONtoFoundation (https://github.com/fmscode/JSONtoFoundation) - OS X utility that converts a JSON object to a Foundation object that can be used in Cocoa/Cocoa Touch development. (Swift)
⟡ fanci (https://github.com/liip/fanci) - Extract, rename and transform JSON based on a template. (node.js)
⟡ Pinch (https://github.com/Baggz/Pinch) - String.replace for JavaScript objects. (Javascript)
@@ -374,8 +379,8 @@
⟡ stylops (https://github.com/cruel-intentions/stylops) - CSS subset to JSON conversion. (node.js)
Queries
⟡ dasel (https://github.com/tomwright/dasel) - Query and update data structures using selectors from the command line. Comparable to jq (https://github.com/jqlang/jq) / yq (https://github.com/kislyuk/yq) but 
supports JSON, YAML, TOML and XML with zero runtime dependencies.
⟡ dasel (https://github.com/tomwright/dasel) - Query and update data structures using selectors from the command line. Comparable to jq (https://github.com/jqlang/jq) / yq 
(https://github.com/kislyuk/yq) but supports JSON, YAML, TOML and XML with zero runtime dependencies.
⟡ JMESPath (https://jmespath.org/) - A query language for JSON.
⟡ JSON Mask (https://github.com/nemtsov/json-mask) - Tiny language and engine for selecting specific parts of a JS object, hiding the rest. (Javascript)
⟡ JSONiq (https://www.jsoniq.org/) - The JSON Query Language.
@@ -397,7 +402,8 @@
JSON Schema Tools
⟡ prmd (https://github.com/interagent/prmd) - Tools and doc generation for HTTP APIs.
⟡ generate-schema (https://github.com/Nijikokun/generate-schema) - Effortlessly convert your JSON Object to JSON Schema, Mongoose Schema, or a Generic template for quick documentation / upstart.
⟡ generate-schema
 (https://github.com/Nijikokun/generate-schema) - Effortlessly convert your JSON Object to JSON Schema, Mongoose Schema, or a Generic template for quick documentation / upstart.
⟡ Docson (https://github.com/lbovet/docson) - Documentation for your types.
⟡ Orderly JSON (https://github.com/lloyd/orderly) - A textual format for describing JSON compiled into JSONSchema.
⟡ jsonschema2pojo (https://github.com/joelittlejohn/jsonschema2pojo) - Generates Java types and annotates those types for data-binding with Jackson 1.x or 2.x, Gson, etc.
@@ -405,8 +411,8 @@
⟡ JSON Schema + Faker (https://github.com/json-schema-faker/json-schema-faker) - Fake your schemas.
⟡ DLL.js (https://github.com/moll/js-ddl) - Gets you a JSON Schema from PostgreSQL or SQLite3.
⟡ JSONSchema.net (https://jsonschema.net//) - JSON Schema generator from JSON object.
⟡ js-schema
 (https://github.com/molnarg/js-schema) - A new way of describing object schemas in JavaScript. It has a clean and simple syntax, and it is capable of serializing to/from the popular JSON Schema format.
⟡ js-schema (https://github.com/molnarg/js-schema) - A new way of describing object schemas in JavaScript. It has a clean and simple syntax, and it is capable of serializing to/from the 
popular JSON Schema format.
⟡ aptos (https://github.com/pennsignals/aptos) - A tool for validating data using JSON Schema and converting JSON Schema documents into different data-interchange formats.
⟡ JSON Schema $Ref Parser (https://github.com/APIDevTools/json-schema-ref-parser) - Parse, resolve, and dereference JSON Schema $ref pointers
@@ -438,8 +444,8 @@
Python
⟡ jsonschema (https://github.com/python-jsonschema/jsonschema) - Python implementation of jsonschema.
⟡ JSON Schema Toolkit
 (https://github.com/petrounias/json-schema-toolkit) - Programmatic building of JSON schemas (recursive field mappings) with validation, a Django JSON Field, and native PostgreSQL JSON type constraints.
⟡ JSON Schema Toolkit (https://github.com/petrounias/json-schema-toolkit) - Programmatic building of JSON schemas (recursive field mappings) with validation, a Django JSON Field, and native 
PostgreSQL JSON type constraints.
Ruby
⟡ Ruby JSON Schema Validator (https://github.com/voxpupuli/json-schema) - validating against a JSON schema conforming to JSON Schema Draft 4.