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 wrote a little Data::Printer filter for my own use, which annotates data that are clearly typed by being JSON::Typist or JSON::x::Boolean objects. So instead of:
Where 0 is a JSON::Typist::String string and 3 is just a plain scalar.
I find this useful in debugging problems, and @garu suggested maybe we should apply it to Web. But it will be a visible change, so I'd like to get confirmation that we want this before I write a PR.
The text was updated successfully, but these errors were encountered:
I wrote a little Data::Printer filter for my own use, which annotates data that are clearly typed by being JSON::Typist or JSON::x::Boolean objects. So instead of:
You could get:
Where 0 is a JSON::Typist::String string and 3 is just a plain scalar.
I find this useful in debugging problems, and @garu suggested maybe we should apply it to Web. But it will be a visible change, so I'd like to get confirmation that we want this before I write a PR.
The text was updated successfully, but these errors were encountered: