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

Ability to store and query JSON docs without any Document abstraction

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Duplicate
    • Icon: Major - P3 Major - P3
    • None
    • None
    • SAMUS
    • None

    Description

      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));

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: