Ability to store and query JSON docs without any Document abstraction

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Duplicate
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: SAMUS
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • 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 Corder
            Reporter:
            Kostyantin Voz
            Votes:
            4 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: