mfenniak / rethinkdb-net

A C# / .NET client driver for RethinkDB.
Other
247 stars 37 forks source link

Support RethinkDB JSON protocol w/ sinesignal/ottoman's minimal JSON library #176

Closed mfenniak closed 9 years ago

mfenniak commented 9 years ago

Work-in-progress to convert to the JSON protocol.

Incorporated a small JSON library from sinesignal/ottoman, SineSignal.Ottoman.Serialization, with minor modifications; mostly deleting a few things that weren't required. This eliminates the need for us to add a large third-party dependency for a JSON library.

TODO:

This PR will address issue #175.