spray / spray-json

A lightweight, clean and simple JSON implementation in Scala
Apache License 2.0
969 stars 190 forks source link

Scaladoc #328

Open bolerio opened 4 years ago

bolerio commented 4 years ago

Is there any chance to provide a Scaladoc style documentation for this library? Or anything that can server as a reference to its API. For example, how does one create a JSON object? The main readme is showcasing features like marshalling/unmarshalling idiomatic Scala, which is great, but seems like showing the simpler stuff, the plain JSON object model, is missing.