Skip to content

Commit be57243

Browse files
committed
adding README note
1 parent 5283e42 commit be57243

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
This repository is dedicated to parsing a JSON string into an
44
abstract syntax tree (AST).
55

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+
611
Beware: it is pre-alpha and a major work in progress!
712

813
# Example Usage
@@ -54,3 +59,4 @@ address := Address{
5459
City: transformer.Strings[1],
5560
State: transformer.Strings[2],
5661
}
62+
```

0 commit comments

Comments
 (0)