jawn
jawn copied to clipboard
Jawn is for parsing jay-sawn (JSON)
Updates [com.typesafe.play:play-json](https://github.com/playframework/play-json) from 2.9.2 to 2.9.3. [GitHub Release Notes](https://github.com/playframework/play-json/releases/tag/2.9.3) - [Version Diff](https://github.com/playframework/play-json/compare/2.9.2...2.9.3) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.5.8 to 3.5.9. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.5.9) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.5.8...v3.5.9) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Currently Jawn's `AsyncParser` in `UnwrapArray` (which is designed to stream individual JSON elements from a top level JSON array) only supports having a single top level JSON array in the...
https://github.com/ulfjack/ryu
This is relatively slow for some reason. Figure out why!
Hi Erik, Very nice piece of work indeed! Recently i changed from play to your parser for my home brew json operator lib. Because I have quite a lot if...
Escalating [Twitter discussion](https://twitter.com/rossabaker/status/491274369545412608) discussion beyond 140 characters: I created [jawn-streamz](https://github.com/rossabaker/jawn-streamz) for parsing scalaz-streams of ByteVectors to any Jawn-supported JSON AST. I think it could make a good Jawn module, but...
I have tried to use the `AsyncParser` but I couldn't figure out how to get anything out other than a single `jsobject` as defined by my AST (in this case...
I know I can access each indexing e.g. `.get(0)` but how do I iterate over it? ``` val list = jawn.ast.JParser.parseFromString("""{"stuff": [1,2,3]}""").get val stuff = list.get("stuff") for (item
After the results of SLIP-28/scala contributors, the ScalaJSON AST has finally been put into the scala platform (see https://github.com/mdedetrich/scalajson for more details). Currently its a `1.0.0-M1` release however a full...