CollectionJson.Net icon indicating copy to clipboard operation
CollectionJson.Net copied to clipboard

Library for building APIs that support the collection+json media type

Results 3 CollectionJson.Net issues
Sort by recently updated
recently updated
newest added

Hi, Shouldn't the Data.Value be an object, currently it's a string. In order to properly assign; int, arrays, bool, etc. you have to use the SetValue("value", true) to enforce the...

I've seen a bunch of feedback from folks (lie @AlexZeitler) feeling it is too painful to have to implement document readers and writers. So I am thinking to just add...

enhancement