We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5283e42 commit be57243Copy full SHA for be57243
README.md
@@ -3,6 +3,11 @@
3
This repository is dedicated to parsing a JSON string into an
4
abstract syntax tree (AST).
5
6
+Based on the following Scala libraries:
7
+
8
+- [lift-json](https://github.com/lift/lift/tree/master/framework/lift-base/lift-json)
9
+- [lift-json-scalaz](https://github.com/lift/framework/tree/master/core/json-scalaz)
10
11
Beware: it is pre-alpha and a major work in progress!
12
13
# Example Usage
@@ -54,3 +59,4 @@ address := Address{
54
59
City: transformer.Strings[1],
55
60
State: transformer.Strings[2],
56
61
}
62
+```
0 commit comments