Dhruv Sringari
Results
21
issues of
Dhruv Sringari
The `sql.JsonDocument` `ToString` method uses `json.Marshall`. This returns a string without any extraneous whitespace. MySQL on the other hand uses whitespaces for legibility: ``` mysql> CREATE TABLE t1 (c1 JSON);...
enhancement
good first issue