It is not a json, it contains own data structures, like datetime in UTC retrieved_on:2019-12-21T00:00:00.000000-00:00, so Jason isn’t able to parse this.
@joges you need your own parser or just do deserialization into JSON on python side.
It is not a json, it contains own data structures, like datetime in UTC retrieved_on:2019-12-21T00:00:00.000000-00:00, so Jason isn’t able to parse this.
@joges you need your own parser or just do deserialization into JSON on python side.