Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename JSON Toolkit to Blaze #1027

Merged
merged 2 commits into from
Oct 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 21 additions & 7 deletions data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@
'bundler',
]
environments: ['Command Line']
dependsOnValidators: ['https://github.com/sourcemeta/jsontoolkit']
dependsOnValidators: ['https://github.com/sourcemeta/blaze']
maintainers:
- name: 'Juan Cruz Viotti'
username: 'jviotti'
Expand Down Expand Up @@ -1483,8 +1483,8 @@
lastUpdated: '2024-05-31'

- name: JSON Toolkit
description: 'JSON Toolkit is a swiss-army knife library for expressive JSON programming in modern C++'
toolingTypes: ['validator', 'util-general-processing']
description: 'JSON Toolkit is a swiss-army knife library for expressive JSON programming in modern C++, and it comes with various JSON Schema foundational utilities, like bundling, analyzing references, and more'
toolingTypes: ['util-general-processing']
languages: ['C++']
maintainers:
- name: 'Juan Cruz Viotti'
Expand All @@ -1493,11 +1493,25 @@
license: 'AGPL-3.0 and Commercial'
source: 'https://github.com/sourcemeta/jsontoolkit'
supportedDialects:
draft: ['4', '6', '7', '2019-09', '2020-12']
draft: ['0', '1', '2', '3', '4', '6', '7', '2019-09', '2020-12']
toolingListingNotes: 'Comes with its own JSON parser'
lastUpdated: '2024-06-13'
lastUpdated: '2024-10-15'

- name: Blaze
description: 'Blaze is an ultra high-performance JSON Schema validator built on the JSON Toolkit library'
toolingTypes: ['validator']
languages: ['C++']
maintainers:
- name: 'Juan Cruz Viotti'
username: 'jviotti'
platform: 'github'
license: 'AGPL-3.0 and Commercial'
source: 'https://github.com/sourcemeta/blaze'
supportedDialects:
draft: ['4', '6', '7', '2019-09', '2020-12']
lastUpdated: '2024-10-15'
bowtie:
identifier: 'cpp-jsontoolkit'
identifier: 'cpp-blaze'

- name: cypress-ajv-schema-validator
description: 'Cypress plugin that validates API responses against Plain JSON schemas, and whole Swagger and OpenAPI documents using the Ajv JSON Schema validator. It provides a user-friendly view of validated data, highlighting each validation error and the exact reason for the mismatch. Seamless integration, fast and lightweight.'
Expand Down Expand Up @@ -2437,4 +2451,4 @@
logo: 'justinrainbow-json-schema.png'
bowtie:
identifier: 'php-justinrainbow-json-schema'
lastUpdated: '2024-10-01'
lastUpdated: '2024-10-01'