-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: JSON & ExtJSON
-
None
Guys
I did a .Find() and got back a bson.Document, how can I transform this into a valid JSON string?
I tried .ToExtJSON(false), but this doesn't produce valid JSON, since it doesn't quote new lines and tabs.
Thank you!