If vault response data is josn, the safe get result should be json But the value is changed to string. Is it possible to support json format?
Here is response data field example
{"data":{"date":"2018-12-23T09:51:10.839Z","json":{"desc":"test"}}}
but result is below.
{"data":{"date":"2018-12-23T09:51:10.839Z","json":"{"desc":"test"}"}}
Thanks.