You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are times when data is sent up inside a js file. It is tricky to get this data out of there with just a regex replace & json parser. Suggesting a command like so:
EVAL 'some_data_object.data'
where value is evaled and then the code supplied is executed and the resulting value is JSON.stringified. Alternatively we could create a PARSE 'some_data_object.data' FORMAT='js' which would function largely in the same way
The text was updated successfully, but these errors were encountered:
There are times when data is sent up inside a js file. It is tricky to get this data out of there with just a regex replace & json parser. Suggesting a command like so:
where
value
is evaled and then the code supplied is executed and the resulting value is JSON.stringified. Alternatively we could create aPARSE 'some_data_object.data' FORMAT='js'
which would function largely in the same wayThe text was updated successfully, but these errors were encountered: