Kian-Meng Ang
|
c3cd3bdbcd
Fix typos
|
3 лет назад |
Takeru Ohta
|
7a5e359054
Add formatter check to CI
|
3 лет назад |
Takeru Ohta
|
4c24e00676
Raise an error if a decode target JSON is followed by extra garbage chars.
|
3 лет назад |
kusano
|
c32652d32a
Reduce floating point errors in decoding
|
3 лет назад |
Russell Brown
|
b3cfac0658
Add option to return last duplicate property
|
5 лет назад |
Takeru Ohta
|
0b9dc77de4
Rename option
|
5 лет назад |
Takeru Ohta
|
07ce9b9f7c
Rename from `allow_invalid_utf8` to `disallow_invalid_utf8`
|
6 лет назад |
Takeru Ohta
|
d76d72994b
Add `allow_invalid_utf8` option for decoding
|
6 лет назад |
Takeru Ohta
|
6be7faa9da
Fix test cases that fail before OTP-18
|
7 лет назад |
Takeru Ohta
|
8983ef6632
Fix a test case that fails in OTP-20
|
7 лет назад |
Heinz N. Gies
|
e3c0d6acdb
Add undefined_as_null to decoder
|
7 лет назад |
Stephan Renatus
|
e37ea31b78
decode: catch exception if product out of range
|
7 лет назад |
Stephan Renatus
|
9290a7cf18
decode: guard against negative unicode part
|
7 лет назад |
Stephan Renatus
|
e6f761f51e
decode: catch binary_to_integer exceptions for 2nd surrogate
|
7 лет назад |
Stephan Renatus
|
5b1f34b180
decode: catch binary_to_integer exceptions
|
7 лет назад |
Stephan Renatus
|
d7a5074be8
decode: catch math:pow/2 exceptions
|
7 лет назад |
Hynek Vychodil
|
cf825dd370
Remove `labels` alias for `keys`
|
8 лет назад |
Hynek Vychodil
|
846157ca72
Add jsx compatible keys/labels option for object keys atom conversion
|
8 лет назад |
Takeru Ohta
|
ea18bc4270
Support R16 or less (maps is disabled before the version OTP-17)
|
9 лет назад |
Takeru Ohta
|
00cdb69a6f
Add allow_ctrl_chars decoding option
|
9 лет назад |
Takeru Ohta
|
c06a991030
Default object format is changed format from `tuple` to `map`
|
9 лет назад |
Takeru Ohta
|
3277c40d0d
Support map
|
10 лет назад |
Takeru Ohta
|
0eb585b475
Refactoring
|
10 лет назад |
Takeru Ohta
|
22898ed15d
Decode function preserves textual order of object members
|
10 лет назад |
Takeru Ohta
|
0234da7d17
Support decodings proplists formatted object (format option is added)
|
10 лет назад |
Takeru Ohta
|
62aea81f65
Add English document
|
10 лет назад |
Takeru Ohta
|
3f1e356733
マルチバイト文字とascii文字が混在している場合にデコードが失敗していたのを修正
|
11 лет назад |
Takeru Ohta
|
d766be8686
配列とオブジェクトのデコード処理の先頭で、空白文字の除去処理が重複して行われていたのを修正
|
11 лет назад |
Takeru Ohta
|
60f80046b5
エラー時に例外送出を行わないように変更中 (hipe時でもエラー原因を追えるようにするために)
|
11 лет назад |
Takeru Ohta
|
8b7749e921
他のJSONライブラリに合わせてオブジェクトの表現形式を{object, []}から{[]}に変更
|
11 лет назад |