scalajson icon indicating copy to clipboard operation
scalajson copied to clipboard

ScalaJSON - JSON for Scala, currently contains minimal AST

Results 10 scalajson issues
Sort by recently updated
recently updated
newest added

As discussed on the last scala center meeting, there was a request to add the feature where if you call `.toStandard` on an unsafe JSON AST, you have the ability...

After some thinking in regards to the design tradeoffs of ScalaJson, I am exploring the idea of renaming `unsafe` to `mutable` and doing some other changes (which mainly means removing...

Change data structure of safe JObject from `Map` to a custom `VectorMap` implementation which preserves key ordering on insertion of elements Still to do - Specializations for 1 .. 6n...

Not 100% decided on this, here are the tradeoffs (and finally to remove confusion). In javascript/ruby (and other mutable by default languages), the HashMap structure preserves ordering on insertion. In...

In response to https://github.com/mdedetrich/scalajson/issues/17#issuecomment-312140277, we should add JNumber converters to various number formats (since its likely most users will get this wrong)

@sirthias argument https://github.com/mdedetrich/scalajson/pull/30#discussion_r125457393

Due to https://github.com/scala-native/sbt-crossproject/issues/47 there might be a valid reason to explore using CBT (especially since CBT is going to be released as stable soon). @jvican I just remembered, is this...

This is now possible since we use sbt-crossproject

I think due to the scala.js crossproject, it doesn't pick up the projects to release when you do `sonatypeRelease` or `sonatypeReleaseAll`