Erkin Matkaziev
Results
1
issues of
Erkin Matkaziev
Hi, when you have an unquoted string with leading zeros it removes zeros. `{ "id": 00000111 } -> { "id": 111 }` or `{ "id": A00000111 } -> { "id":...