Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-29

Ability to store and query JSON docs without any Document abstraction

    • Type: Icon: Improvement Improvement
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: SAMUS
    • None

      Why I need to work with another abstraction if I already have JSON serialization for my classes ?

      var d = new Document();
      collection.Insert(d);
      instead of
      collection.Insert(JsonConvert.SerializeObject(myObject));

            Assignee:
            sam Sam Corder
            Reporter:
            kostya Kostyantin Voz
            Votes:
            4 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: