MongoDB
 sql >> Database >  >> NoSQL >> MongoDB

Equivalente a JSON.parse() nel driver mongo 3.x per Java

Un semplice trucco per analizzare qualsiasi JSON e ottenere Document o List<Document> :

Document.parse("{\"json\":" + json + "}").get("json")