We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3c9f3 commit 3ff36c9Copy full SHA for 3ff36c9
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Revision history for json-syntax
2
3
-## 0.3.0.0 -- 2025-07-14
+## 0.3.0.1 -- 2025-07-14
4
5
* Switch from ShortText to Text. In many cases, this makes it possible for the
6
resulting Value to share the input byte array instead of allocating additional
json-syntax.cabal
cabal-version: 2.2
name: json-syntax
-version: 0.2.7.2
+version: 0.3.0.1
synopsis: High-performance JSON parser and encoder
description:
This library parses JSON into a @Value@ type that is consistent with the
0 commit comments