Une astuce simple pour analyser n'importe quel JSON et obtenir soit Document ou List<Document> :
Document.parse("{\"json\":" + json + "}").get("json")
Une astuce simple pour analyser n'importe quel JSON et obtenir soit Document ou List<Document> :
Document.parse("{\"json\":" + json + "}").get("json")