Hi !
This is a simple project to convert inlined JSON to multilined JSON. It works well but needs some refactoring, optimization, tests and so on. Still refactoring now with some cool stuff like cats integration !
sbt "run --source=../resources/data/extract.json --dest=../resources/data/nice-output.json"
@todo
- add a sample source file into src/main/resources
- use things like http://typelevel.org/blog/2017/05/02/io-monad-for-cats.html for formated JSON writer
sbt test
@todo
- the source code is now pretty cleaner, some module / classes must be tested !
- add test coverage tool
MIT