json-lenses icon indicating copy to clipboard operation
json-lenses copied to clipboard

A library to query and update JSON data in Scala.

Results 12 json-lenses issues
Sort by recently updated
recently updated
newest added

When using JSON-Lenses within Spray-routing, I get the following error: ``` [error] found : Symbol [error] required: ?{def ?: ?} [error] Note that implicit conversions are not applicable because they...

I encountered an interesting situation where optional fields does not address to solve this problem ``` scala val json = JsonParser( """ { "host" : { "name" : "disposable-cluster-05.cphy.local", "config"...