Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 2faa0e9

Browse files
committed
Update the JSONPath link.
1 parent 679d715 commit 2faa0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/posts/bowtie-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This is the key question Bowtie tries to address -- how can we compare behaviora
4040
[Bowtie](https://github.com/bowtie-json-schema/bowtie/) is what I'm calling a "meta-validator", by which I mean a program which can execute *other* JSON Schema validation implementations and collect results from them.
4141

4242
There's prior art in doing this sort of thing.
43-
The [JSON Path Comparison project](https://cburgmer.github.io/json-path-comparison/) does this extremely well for [JSONPath](https://goessner.net/articles/JsonPath/), and [Nicolas Seriot's "Parsing JSON is a Minefield"](https://seriot.ch/projects/parsing_json.html) is a fantastic example for JSON itself.
43+
The [JSONPath Comparison project](https://cburgmer.github.io/json-path-comparison/) does this extremely well for [JSONPath](https://github.com/ietf-wg-jsonpath/draft-ietf-jsonpath-base), and [Nicolas Seriot's "Parsing JSON is a Minefield"](https://seriot.ch/projects/parsing_json.html) is a fantastic example for JSON itself.
4444
Bowtie attempts to bring these ideas to JSON Schema.
4545

4646
From the existing [list of JSON Schema implementations](https://json-schema.org/implementations.html#validators), Bowtie already [supports](https://github.com/orgs/bowtie-json-schema/packages) *12* implementations across *9* programming languages, allowing anyone to run any of these implementations and see what they have to say about schemas and instances.

0 commit comments

Comments
 (0)