Presently, I am storing data in NOSQL DB in json format. Now, I want to store same json in GS. How can I convert same json to SpaceDocument. If I am correct, SpaceDocument is Key-value data structure.
I would not like refactor my POJO-JSON code base.
↧