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

Standard types and basic operations for working with JSON

Results 3 purescript-json issues
Sort by recently updated
recently updated
newest added

In https://github.com/purescript/purescript-json/pull/1 `Array JSON` was turned into `JArray`. I think this is a useful thing to do and a good assumption that a `JArray` is not necessarily an Array. However...

enhancement

Mongodb uses BSON for storing and representation of the data. https://www.mongodb.com/resources/basics/json-and-bson For the end user BSON is like JSON but with additional types, if we were to create a library...

The documentation for `JSON.Object.insert ` states that it will overwrite values for the existing keys, but it is not overwriting, you have to delete the key manually before inserting an...