Commit History

Author SHA1 Message Date
  Dmitry Panov 594410467b Correctly detect circular references in JSON.stringify for wrapped Go objects. Fixes #543. 1 year ago
  Dmitry Panov 873a1496dc Wrap error returned by MarshalJSON() in GoError. Added Exception.Unwrap() which unwraps GoError. Fixes #540. 2 years ago
  Oleg Bespalov b244ee5f51 Make EOF in JSON.parse human-oriented. Fixes #503 2 years ago
  Dmitry Panov bf6af58bbc Refactored tests 3 years ago
  Dmitry Panov b206dd5e2c Added missing Regexp functionality, enhanced unicode and UTF-16 support (#171) 5 years ago
  Mihail Stoykov 9025f726e6 fix JSON.parse with reviver 5 years ago
  Dmitry Panov 8f3380f012 Use MarshalJSON() of the wrapped Go value if available 8 years ago
  Dmitry Panov d9584dc190 Object now implements json.Marshaler 8 years ago