Closed richardhj closed 1 year ago
Thank you @richardhj for the PR!
Yeah, this is a valid point! When I wrote the ->asText()
method, I wasn't sure what to do with certain properties. For scalar values, this definitely makes sense!
Could you please write tests for the implementation. Then we will merge this within 1.1.0
.
I don't know why all properties are becoming json_encoded, but this resulted in properties having malicious characters (i.e.,
"
) when usingasText()
.Example:
Before:
After: