Interpret String instances as JSON

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Won't Fix
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: API
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      One advantage of the new CRUD API in MongoCollection taking instances of Object (instead of Document) is that it can interpret String instances as JSON, which would allow usage like:

      MongoCollection<Document> collection;
      
      collection.find().filter("{filter: 2}")
                              .sort("{name: 1}")
                              .projection("{projection: 2}")
      

            Assignee:
            Jeffrey Yemin
            Reporter:
            Jeffrey Yemin
            None
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: