RT. I read the data from the database, the original storage is json, but after reading from the database, there will be the database column name and timestamp, do not know how to delete. The data you want to get are as follows:
{
"person": {
"name": "wanger",
"birth": "1999"
}
}
actual data:
[{
"column":"col:model_contents",
"timestamp":1525853596193,
"$":"{"person":{"name":"wanger","birth":"1999"}}"}]
how to peel off the unwanted ones.