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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ JSON5 implementation for Kotlin/JVM
4
4
5
5
A robust JSON5 parser and serializer for Kotlin that extends JSON with helpful features like comments, trailing commas, and unquoted keys while maintaining full backward compatibility with JSON.
6
6
7
+
> [!CAUTION]
8
+
> _This is an experimental proof-of-concept project built entirely using agentic AIs. Some functionality may be incomplete or unstable._
9
+
10
+
7
11
## Features
8
12
9
13
[JSON5](https://json5.org/) extends JSON with the following features:
0 commit comments