Closed vdrg closed 11 months ago
We could add a .json or .toJson function to the strings module, which is simpler than having to do json.create(val) (these functions should also return a JsonResult).
what about parseJson? This would be in line with the other methods that parse string values to other types
parseJson
string
Works too
We could add a .json or .toJson function to the strings module, which is simpler than having to do json.create(val) (these functions should also return a JsonResult).