I am trying to store the JSON structure as string in node attributes. But can not able to store it. Please find the error below:
{"err": "rpc error: code = Unknown desc = while lexing _:new_currency <currency_rates> \"{\"EUR\":0.885512,\"GBP\":0.751047}\" . at line 1 column 35: Invalid input: E at lexText"}
Looks like the outer quotas should not be escaped, but they are, so probably it is a bug in your program. How do you build/escape the metation? Should be something like