-
- Downloads
Merge pull request #14 from neilpa/unicode-encodings
UTF-16 support for JSON and option to skip BOMs
No related branches found
No related tags found
Showing
- gen_testdata.go 56 additions, 0 deletionsgen_testdata.go
- main.go 80 additions, 13 deletionsmain.go
- main_test.go 122 additions, 31 deletionsmain_test.go
- testdata/utf-16be/data-error.json 0 additions, 0 deletionstestdata/utf-16be/data-error.json
- testdata/utf-16be/data-error.yml 0 additions, 0 deletionstestdata/utf-16be/data-error.yml
- testdata/utf-16be/data-fail.json 0 additions, 0 deletionstestdata/utf-16be/data-fail.json
- testdata/utf-16be/data-fail.yml 0 additions, 0 deletionstestdata/utf-16be/data-fail.yml
- testdata/utf-16be/data-pass.json 0 additions, 0 deletionstestdata/utf-16be/data-pass.json
- testdata/utf-16be/data-pass.yml 0 additions, 0 deletionstestdata/utf-16be/data-pass.yml
- testdata/utf-16be/schema.json 0 additions, 0 deletionstestdata/utf-16be/schema.json
- testdata/utf-16be/schema.yml 0 additions, 0 deletionstestdata/utf-16be/schema.yml
- testdata/utf-16be_bom/data-error.json 0 additions, 0 deletionstestdata/utf-16be_bom/data-error.json
- testdata/utf-16be_bom/data-error.yml 0 additions, 0 deletionstestdata/utf-16be_bom/data-error.yml
- testdata/utf-16be_bom/data-fail.json 0 additions, 0 deletionstestdata/utf-16be_bom/data-fail.json
- testdata/utf-16be_bom/data-fail.yml 0 additions, 0 deletionstestdata/utf-16be_bom/data-fail.yml
- testdata/utf-16be_bom/data-pass.json 0 additions, 0 deletionstestdata/utf-16be_bom/data-pass.json
- testdata/utf-16be_bom/data-pass.yml 0 additions, 0 deletionstestdata/utf-16be_bom/data-pass.yml
- testdata/utf-16be_bom/schema.json 0 additions, 0 deletionstestdata/utf-16be_bom/schema.json
- testdata/utf-16be_bom/schema.yml 0 additions, 0 deletionstestdata/utf-16be_bom/schema.yml
- testdata/utf-16le/data-error.json 0 additions, 0 deletionstestdata/utf-16le/data-error.json
gen_testdata.go
0 → 100644
testdata/utf-16be/data-error.json
0 → 100644
File added
testdata/utf-16be/data-error.yml
0 → 100644
File added
testdata/utf-16be/data-fail.json
0 → 100644
File added
testdata/utf-16be/data-fail.yml
0 → 100644
File added
testdata/utf-16be/data-pass.json
0 → 100644
File added
testdata/utf-16be/data-pass.yml
0 → 100644
File added
testdata/utf-16be/schema.json
0 → 100644
File added
testdata/utf-16be/schema.yml
0 → 100644
File added
testdata/utf-16be_bom/data-error.json
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
testdata/utf-16be_bom/data-error.yml
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
testdata/utf-16be_bom/data-fail.json
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
testdata/utf-16be_bom/data-fail.yml
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
testdata/utf-16be_bom/data-pass.json
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
testdata/utf-16be_bom/data-pass.yml
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
testdata/utf-16be_bom/schema.json
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
testdata/utf-16be_bom/schema.yml
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
testdata/utf-16le/data-error.json
0 → 100644
File added
Please register or sign in to comment