Skip to content

Commit af93ea9

Browse files
authored
Rename JSON Toolkit to Blaze (#1027)
* Rename JSON Toolkit to Blaze We extracted the JSON Schema validator out of the JSON Toolkit project into a project of its own, called "Blaze", which depends on JSON Toolkit. Signed-off-by: Juan Cruz Viotti <[email protected]> * List both JSON Toolkit and Blaze Signed-off-by: Juan Cruz Viotti <[email protected]> --------- Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 17bde9a commit af93ea9

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

data/tooling-data.yaml

+21-7
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@
11091109
'bundler',
11101110
]
11111111
environments: ['Command Line']
1112-
dependsOnValidators: ['https://github.com/sourcemeta/jsontoolkit']
1112+
dependsOnValidators: ['https://github.com/sourcemeta/blaze']
11131113
maintainers:
11141114
- name: 'Juan Cruz Viotti'
11151115
username: 'jviotti'
@@ -1483,8 +1483,8 @@
14831483
lastUpdated: '2024-05-31'
14841484

14851485
- name: JSON Toolkit
1486-
description: 'JSON Toolkit is a swiss-army knife library for expressive JSON programming in modern C++'
1487-
toolingTypes: ['validator', 'util-general-processing']
1486+
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'
1487+
toolingTypes: ['util-general-processing']
14881488
languages: ['C++']
14891489
maintainers:
14901490
- name: 'Juan Cruz Viotti'
@@ -1493,11 +1493,25 @@
14931493
license: 'AGPL-3.0 and Commercial'
14941494
source: 'https://github.com/sourcemeta/jsontoolkit'
14951495
supportedDialects:
1496-
draft: ['4', '6', '7', '2019-09', '2020-12']
1496+
draft: ['0', '1', '2', '3', '4', '6', '7', '2019-09', '2020-12']
14971497
toolingListingNotes: 'Comes with its own JSON parser'
1498-
lastUpdated: '2024-06-13'
1498+
lastUpdated: '2024-10-15'
1499+
1500+
- name: Blaze
1501+
description: 'Blaze is an ultra high-performance JSON Schema validator built on the JSON Toolkit library'
1502+
toolingTypes: ['validator']
1503+
languages: ['C++']
1504+
maintainers:
1505+
- name: 'Juan Cruz Viotti'
1506+
username: 'jviotti'
1507+
platform: 'github'
1508+
license: 'AGPL-3.0 and Commercial'
1509+
source: 'https://github.com/sourcemeta/blaze'
1510+
supportedDialects:
1511+
draft: ['4', '6', '7', '2019-09', '2020-12']
1512+
lastUpdated: '2024-10-15'
14991513
bowtie:
1500-
identifier: 'cpp-jsontoolkit'
1514+
identifier: 'cpp-blaze'
15011515

15021516
- name: cypress-ajv-schema-validator
15031517
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.'
@@ -2437,4 +2451,4 @@
24372451
logo: 'justinrainbow-json-schema.png'
24382452
bowtie:
24392453
identifier: 'php-justinrainbow-json-schema'
2440-
lastUpdated: '2024-10-01'
2454+
lastUpdated: '2024-10-01'

0 commit comments

Comments
 (0)