[CSHARP-11] JSON Integration Created: 17/Feb/10 Updated: 19/Oct/16 Resolved: 19/Oct/10 |
|
| Status: | Closed |
| Project: | C# Driver |
| Component/s: | SAMUS |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Major - P3 |
| Reporter: | Sam Corder | Assignee: | Sam Corder |
| Resolution: | Done | Votes: | 2 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
Create an assembly that will integrate with a json parser to turn json into Document objects. Override ToString() in all Mongo types to produce valid json. |
| Comments |
| Comment by Steve Wagner [ 19/Oct/10 ] |
|
Migrated to http://github.com/mongodb-csharp/mongodb-csharp/issues/issue/3 |
| Comment by Steve Wagner [ 12/Apr/10 ] |
|
I think it would be a good idea to create a integration lib which allows to directly save and load Json.Net documents. This have the benefit that the user can parse Json from any place and insert it to Mongo. This lib should also provide a way to transfer a Json string /Json.Net object to a Document. |