JSON.stringify encodes JSON.Raw as string #98
Labels
confirmed
Seen by me, feature confirmed, or issue acknowledged
enhancement
New feature or request
in-development
Things I'm working on
Issue
When encoding a value of type
JSON.Raw
usingJSON.stringify
, the value is encoded as if it was a string:Notes
I ran into the problem when making a generic function that took any type
T
that could be encoded to json:The issue does NOT occur if a class has a property of type
JSON.Raw
:The text was updated successfully, but these errors were encountered: