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
I encountered this kind of JSON when using AWS. If you have subscribe an SNS topic to an S3 bucket and then subscribe and SQS subscription to SNS, you will get JSON that looks like this.
Would be nice if there was a combinator that can descend into a JSON string as if it were JSON. For example with the JSON:
Be able to navigate a cursor like this:
Here's some example code as proof of concept:
The text was updated successfully, but these errors were encountered: