You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
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'
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'
1499
1513
bowtie:
1500
-
identifier: 'cpp-jsontoolkit'
1514
+
identifier: 'cpp-blaze'
1501
1515
1502
1516
- name: cypress-ajv-schema-validator
1503
1517
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.'
0 commit comments