Design and implement a more complete solution for our JSON API.
Current design doc is here:
https://github.com/cmelchior/realm-java/blob/29ab93bf7aeaa5cd048cbf468a228046496ecb13/json_api.md
Other features:
Strict mode: We should probably consider adding something like STRICT mode to our JSON parser which could throw an exception when encountering JSON properties it didn't recognise. At least for debugging it could save a lot of time.
Json export It should also be possible to convert any RealmObjects to JSON.
Design and implement a more complete solution for our JSON API.
Current design doc is here:
https://github.com/cmelchior/realm-java/blob/29ab93bf7aeaa5cd048cbf468a228046496ecb13/json_api.md
Other features:
Strict mode: We should probably consider adding something like STRICT mode to our JSON parser which could throw an exception when encountering JSON properties it didn't recognise. At least for debugging it could save a lot of time.
Json export It should also be possible to convert any RealmObjects to JSON.