История коммитов

Автор SHA1 Сообщение Дата
  Takeru Ohta 07ce9b9f7c Rename from `allow_invalid_utf8` to `disallow_invalid_utf8` 6 лет назад
  Takeru Ohta d76d72994b Add `allow_invalid_utf8` option for decoding 6 лет назад
  Heinz N. Gies e3c0d6acdb Add undefined_as_null to decoder 7 лет назад
  Stephan Renatus e37ea31b78 decode: catch exception if product out of range 8 лет назад
  Stephan Renatus 9290a7cf18 decode: guard against negative unicode part 8 лет назад
  Stephan Renatus e6f761f51e decode: catch binary_to_integer exceptions for 2nd surrogate 8 лет назад
  Stephan Renatus 5b1f34b180 decode: catch binary_to_integer exceptions 8 лет назад
  Stephan Renatus d7a5074be8 decode: catch math:pow/2 exceptions 8 лет назад
  Takeru Ohta a996cc9dd6 Define `stack_item/0` type explicitly 8 лет назад
  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 85c664484d Add macro to enable HiPE 9 лет назад
  Takeru Ohta ee974ba263 Use binary pattern matching to handle unicode 9 лет назад
  Takeru Ohta 2efd65fb82 Compiler optimization hack 9 лет назад
  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 11 лет назад
  Takeru Ohta 3f1e356733 マルチバイト文字とascii文字が混在している場合にデコードが失敗していたのを修正 11 лет назад
  Takeru Ohta 4260dfb1ab エスケープされていない文字のデコード処理を効率化 11 лет назад
  Takeru Ohta d766be8686 配列とオブジェクトのデコード処理の先頭で、空白文字の除去処理が重複して行われていたのを修正 11 лет назад
  Takeru Ohta 60f80046b5 エラー時に例外送出を行わないように変更中 (hipe時でもエラー原因を追えるようにするために) 11 лет назад
  Takeru Ohta 8b7749e921 他のJSONライブラリに合わせてオブジェクトの表現形式を{object, []}から{[]}に変更 11 лет назад
  Takeru Ohta 8ea2f1f3ba 送出するエラーをbadargに統一 11 лет назад
  Takeru Ohta 49d4f0edf3 オブジェクトのメンバの並びは順不同で良いので、オブジェクトデコード時に最後に適用していたlists:reverse/1を除去 11 лет назад
  Takeru Ohta 236f334685 エンコード処理を最適化 11 лет назад