Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 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.
@@ -56,19 +56,18 @@
⟡ 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.
@@ -374,8 +373,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.
@@ -405,8 +404,7 @@
⟡ 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 +436,7 @@
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.