Finally, an Agilogy blog that will hopefully work.
- Proudly written in Markdown
- Rendered by Jekyll
- Styled by an adapted Hitchens theme
- (Closed) Source: https://github.com/agilogy/agilogy-blog
-
Enhance parsers errors. e.g. When extending arrays further than just boolean arrays it only tells me that
]is expected, but a boolean would be also valid. -
Error when a branch has consumed chars:
Expected :Right(JsonObject(Map("a" -> JsonNumber("23"), "b" -> JsonArray(List(JsonObject(Map("c" -> JsonNull))))))) Actual :Left(ParseError("{"a":23,"b":[{"c":null}]}", 7, List(""true"", ""false"", "string", "number", ""["", ""}"")))