1
0
mirror of https://github.com/json-iterator/go.git synced 2025-06-24 23:16:47 +02:00

Merge pull request #106 from cch123/feature-add-int-tests

fix negative number to uint
This commit is contained in:
Tao Wen
2017-07-04 22:37:09 +08:00
committed by GitHub
5 changed files with 63 additions and 12 deletions

View File

@ -8,6 +8,7 @@ import (
)
var boolConvertMap = map[string]bool{
"null": false,
"true": true,
"false": false,