gregsdennis / Manatee.Json

A fully object-oriented approach to JSON manipulation, validation, and serialization that focuses on modeling the JSON structure rather than mere string parsing and conversion.
MIT License
198 stars 32 forks source link

Develop/issue 289 #290

Closed SteveGilham closed 3 years ago

SteveGilham commented 3 years ago

This seems to account for the overloading of the meanings of arrays, and allowing repeat items following the attribute list to be parsed into sibling elements.

gregsdennis commented 3 years ago

Please bump the Version and FileVersion to 13.0.5 (leave AssemblyVersion alone), and add an entry in the release notes.

gregsdennis commented 3 years ago

This is passing all of the pre-existing tests. I'm happy to merge.