Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 0ca960b

Browse files
authored
Update README.md
1 parent f809bff commit 0ca960b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# JSON Path Reference Implementation
22

3-
**WORK IN PROGRESS**
3+
**STALLED** - See this [blog post](https://underlap.org/jsonpath-from-blog-post-to-rfc-in-17-years) for details. If you want to take this implementation forward, please feel free to fork it or contact @glyn.
44

55
This Reference Implementation follows, and usually lags behind, the [internet draft](https://jsonpath-standard.github.io/internet-draft/).
66

77
See [grammar.pest](src/grammar.pest) for the Parsing Expression Grammar of the Reference Implementation.
88

99
See the [Developer Guide](./DEVELOPING.md) if you want to run the code against the test suite. See the [Contributor Guide](./CONTRIBUTING.md) if you'd like to submit changes.
1010

11-
The Compliance Test Suite is in its own [repository](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite).
11+
The Compliance Test Suite is in its own [repository](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite).

0 commit comments

Comments
 (0)