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

JsonLogic #164

Open gregsdennis opened 6 years ago

gregsdennis commented 6 years ago

http://jsonlogic.com/

May be worth doing.

gregsdennis commented 6 years ago

A Json.Net implementation has been found: https://github.com/yavuztor/JsonLogic.Net. It hides the model, which is my main argument agains Json.Net, so at least it's consistent.