Can take a result JSON from a const {result} = client.fetch(query, params, {filterResponse: false}) and remove all stega-encoded data from it.
result
const {result} = client.fetch(query, params, {filterResponse: false})
Can take a
result
JSON from aconst {result} = client.fetch(query, params, {filterResponse: false})
and remove all stega-encoded data from it.