0

As the question asks, is there any know C# support for writing (don't care about reading) JSON via Thrift.

Hounshell
  • 5,321
  • 4
  • 34
  • 51
  • possible duplicate of [How to create JSON string in C#](http://stackoverflow.com/questions/1056121/how-to-create-json-string-in-c) – Taylor Leese May 14 '10 at 22:01

2 Answers2

1

C# JSON support is marked complete as of Thrift 0.9.1, as seen here: http://wiki.apache.org/thrift/LibraryFeatures

Tom
  • 3,115
  • 6
  • 33
  • 38
-1

Yes, there is a Thrift C# api, a lot of it is associated with Cassandra

http://www.ridgway.co.za/archive/2009/11/06/net-developers-guide-to-getting-started-with-cassandra.aspx

http://wiki.apache.org/cassandra/ThriftExamples#C.23

Doobi
  • 4,844
  • 1
  • 22
  • 17