1. 7d287c8 Support decoding maps with boolean keys (#2440) by Leonid Startsev · 1 year, 4 months ago
  2. 7ae7a23 Add support of WASM target to mainline (#2410) by igoriakovlev · 1 year, 4 months ago
  3. a7109d8 Fix negative enums in protobuf not serializing & de-serializing (#2400) by Doğaç Eldenk · 1 year, 5 months ago
  4. 1e88d42 Rename JsonLexer.kt file to avoid confusion — we do not have this class anymore, it was split to ReaderJsonLexer and StringJsonLexer. by Leonid Startsev · 1 year, 5 months ago
  5. e55f807 Test & fix several exception messages from Json parser by Leonid Startsev · 1 year, 5 months ago
  6. 416e20a Add annotations from expect entity to actual entity. Required after KT-58551 (#2388) by Margarita Bobova · 1 year, 5 months ago
  7. f023988 Added annotation for named companion objects (#2381) by Sergey Shanshin · 1 year, 6 months ago
  8. 093321f Follow-up for #2379 — actually remove org.intellij.lang.annotations from JS and Native (#2390) by Leonid Startsev · 1 year, 6 months ago
  9. adf350b Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 6 months ago
  10. b0189e7 Remove obsolete no longer supported kotlin.mpp.enableCompatibilityMetadataVariant that will be promoted to ERROR as part of KT-55891 (#2389) by Stanislav Erokhin · 1 year, 6 months ago
  11. 8b231ff Properly fix Java 8 API compatibility (#2350) by Björn Kautler · 1 year, 6 months ago
  12. 8e47ea2 Rename clashed files to fix per-file compilation for JS target by Artem Kobzar · 1 year, 6 months ago
  13. b5c8c15 Changed actual FormatLanguage annotation for JS and native (#2379) by Sergey Shanshin · 1 year, 6 months ago
  14. 4af0f30 Rename clashed files to fix per-file compilation for JS target by Artem Kobzar · 1 year, 6 months ago
  15. 245030b Update to Kotlin 1.9.0: (#2364) by Leonid Startsev · 1 year, 6 months ago
  16. e3bcb64 Use forgotten 'mode' in 'parameterizedTest' (#2367) by Leonid Startsev · 1 year, 6 months ago
  17. d53588a Actualize Protobuf documentation (#2355) by Leonid Startsev · 1 year, 6 months ago
  18. 3191884 Fix error triggered by 'consume leading class discriminator' polymorphic parsing optimization: (#2362) by Leonid Startsev · 1 year, 6 months ago
  19. b8de86f Support Serializer for Nothing on the JS target (#2330) by Shreck Ye · 1 year, 6 months ago
  20. 782b9f3 Introduce 'decodeEnumsCaseInsensitive' feature to Json. (#2345) by Leonid Startsev · 1 year, 6 months ago
  21. 5bba108 Fix beginStructure in JsonTreeDecoder when inner structure descriptor is same as outer (#2346) by Ugljesa Jovanovic · 1 year, 7 months ago
  22. d192d24 Fix Kotlin user projects build (#2341) by Abduqodiri Qurbonzoda · 1 year, 7 months ago
  23. 39918cb Update user projects config: adapt build script to new TeamCity variables (#2342) by Margarita Bobova · 1 year, 7 months ago
  24. e73e5e7 Increase visibility of the json-okio integration module: add it to the Dokka generated website by Leonid Startsev · 1 year, 7 months ago
  25. caa194b Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 7 months ago
  26. 5fb55ff Update json5k, which now supports Kotlin/Native (#2335) by Adam · 1 year, 7 months ago
  27. a269f97 Fixed NoSuchMethodError when parsing a JSON stream on Java 8 (#2328) by Sergey Shanshin · 1 year, 7 months ago
  28. 881e7a9 Fixed regression with serialization using list parametrized with contextual types (#2331) by Sergey Shanshin · 1 year, 7 months ago
  29. 776e3c1 Fix typo in JsonElementSerializer (#2314) by Vinccool96 · 1 year, 8 months ago
  30. f76d073 Add support to decode numeric literals containing an exponent (#2227) by Roberto Blázquez · 1 year, 8 months ago
  31. f833852 Prepare 1.5.1 release (#2297) by Leonid Startsev · 1 year, 8 months ago
  32. 5a8795a Added FormatLanguage annotation to JSON (#2234) by Sergey Shanshin · 1 year, 8 months ago
  33. 40eb277 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 8 months ago
  34. 9157bf8 Implement addAll functions for JsonArrayBuilder (#2156) by aSemy · 1 year, 8 months ago
  35. cfce5d8 Properties Format: Support sealed/polymorphic classes as class properties (#2255) by EdwarDDay · 1 year, 9 months ago
  36. 961e87d Adapt tests for K2 and upcoming deprecations in K1 (#2230) by Leonid Startsev · 1 year, 9 months ago
  37. fc9aef5 Fix value class encoding in various corner cases (#2242) by Leonid Startsev · 1 year, 9 months ago
  38. 5084435 Improved docs for JsonContentPolymorphicSerializer (#2189) by Sergey Shanshin · 1 year, 9 months ago
  39. 350443a Fix incorrect json decoding iterator's .hasNext() behavior on array-wrapped inputs: (#2268) by Leonid Startsev · 1 year, 9 months ago
  40. 15aacd2 Replace deprecated ThreadLocal with kotlin.native.concurrent.ThreadLocal (#2266) by Margarita Bobova · 1 year, 9 months ago
  41. e2092a4 Get rid of deprecated toChar() in JS-specific code (#2252) by Leonid Startsev · 1 year, 10 months ago
  42. 2b77da3 Rename json-okio `target` variables to `sink` (#2226) by Ben Woodworth · 1 year, 10 months ago
  43. abb8afc Fixed NoSuchMethodError when parsing a JSON stream on Java 8 (#2219) by madhead · 1 year, 10 months ago
  44. 24c6028 Suppressed Animal Sniffer error on ULong.toString() by Sergey.Shanshin · 1 year, 10 months ago
  45. 6333daf Converted Serialization formats list to table by Sergey.Shanshin · 1 year, 10 months ago
  46. 0ec900b Converted Serialization formats list to table by Sergey.Shanshin · 1 year, 10 months ago
  47. 6246e0a Add functions for creating JsonPrimitives from unsigned numbers (#2160) by aSemy · 1 year, 11 months ago
  48. cbd8ce3 Fix MissingFieldException duplication (#2213) by Vsevolod Tolstopyatov · 1 year, 11 months ago
  49. 88f782c Removed redundant usages of @Serializer annotations (#2200) by Sergey Shanshin · 1 year, 11 months ago
  50. acb0988 Introduce HoconEncoder and HoconDecoder interfaces (#2094) by Alexander Mikhailov · 1 year, 11 months ago
  51. 90113a9 Added ability to read buffered huge strings in custom KSerializers (#2012) by Alexey Sviridov · 1 year, 11 months ago
  52. 2cb7f7d Added support for null values for nullable enums in lanient mode (#2176) by Sergey Shanshin · 2 years ago
  53. 9e344bd Added function to run tests by specified compiler version (#2148) by Sergey Shanshin · 2 years ago
  54. 0b01b53 Add opt-in to JsonConfiguration() constructor call by Leonid Startsev · 2 years ago
  55. 169a145 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 2 years ago
  56. 60c632c Provide support for JsonNamingStrategy to be used in Json for properties' names. (#2111) by Leonid Startsev · 2 years ago
  57. 1f4a9e5 Uncomment all stale tests that depended on Kotlin upgrade (#2147) by Leonid Startsev · 2 years ago
  58. ccf9c2c Correctly handle situation where different serializers can be provided (#2113) by Leonid Startsev · 2 years, 2 months ago
  59. 02f643c Further improve stream decoding performance (#2101) by Vsevolod Tolstopyatov · 2 years, 2 months ago
  60. 57deef6 Introduce CharArray pooling for InputStream decoding (#2100) by Vsevolod Tolstopyatov · 2 years, 2 months ago
  61. b749dd1 Provide killswitch for JPMS & improve building.md (#2105) by Leonid Startsev · 2 years, 2 months ago
  62. 52218e8 Add support for encoding Duration in HOCON format (#2080) by Alexander Mikhailov · 2 years, 2 months ago
  63. d75028c Add third-party library for the JSON5 format (#2084) by xn32 · 2 years, 2 months ago
  64. 520eeef Fixed serializers caching for parametrized types from different class loaders by Sergey Shanshin · 2 years, 2 months ago
  65. 77c8232 Add support for deserialization Duration in HOCON format (#2073) by Alexander Mikhailov · 2 years, 3 months ago
  66. f451e43 Remove experimentality from serializer(java.lang.Type) function family (#2069) by Leonid Startsev · 2 years, 3 months ago
  67. 95d5b4f Make DeserializationStrategy covariant at declaration-site (#1897) by Lukellmann · 2 years, 3 months ago
  68. 46a5ff6 Support unquoted literal JSON values (#2041) by aSemy · 2 years, 3 months ago
  69. de6864a Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 2 years, 3 months ago
  70. 0a1b6d8 Fix minor documentation and comment typos (#2061) by aSemy · 2 years, 3 months ago
  71. 0f35682 Fix incorrect behavior while deserializing maps to sealed classes (#2052) by Rodrigo Vedovato · 2 years, 3 months ago
  72. dc9983a Update test assertions to use IntelliJ "Click to see difference" format (#2062) by aSemy · 2 years, 3 months ago
  73. 182c53e Add documentation on using typealias for means of global configuration by Leonid Startsev · 2 years, 4 months ago
  74. e311eb8 Added support for the unsigned primitives and arrays as built-in by Sergey Shanshin · 2 years, 4 months ago
  75. 9658ea7 Use EnumSerializer for explicitly serializable enum instead of auto-generated by Sergey Shanshin · 2 years, 4 months ago
  76. f8d605d Add functions that can be used by compiler plugin for intrinsics (#2031) by Leonid Startsev · 2 years, 4 months ago
  77. 79de734 Added support of UTF-16 surrogate pairs to okio streams by Sergey Shanshin · 2 years, 4 months ago
  78. 2fe2efa Added test on custom serializer for sealed class with generic parameter by Sergey.Shanshin · 3 years ago
  79. 765d462 fix typo (serialise -> serialize) by Atsuto Yamashita · 2 years, 4 months ago
  80. bf57560 Fix core module configuration in hocon module by Osip Fatkullin · 2 years, 5 months ago
  81. f7a92f2 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 2 years, 5 months ago
  82. 0c0648e Fixed decoding of huge JSON data for okio streams by Sergey Shanshin · 2 years, 5 months ago
  83. 16a85df Minor Kdoc update (#1999) by Martin Bonnin · 2 years, 6 months ago
  84. c2f3c71 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 2 years, 6 months ago
  85. df3a161 Improved okio support (#1982) by Sergey Shanshin · 2 years, 6 months ago
  86. 4524b65 Make MissingFieldException public (#1983) by Vsevolod Tolstopyatov · 2 years, 6 months ago
  87. c232772 Add @MetaSerializable annotation (#1979) by Leonid Startsev · 2 years, 6 months ago
  88. be99c0d Documentation of exception-related contracts (#1980) by Vsevolod Tolstopyatov · 2 years, 6 months ago
  89. 0f1034e Update value classes guide (#1973) by Vsevolod Tolstopyatov · 2 years, 6 months ago
  90. 621dbf8 Migrate to Kotlin 1.7.0 (#1977) by Leonid Startsev · 2 years, 6 months ago
  91. 5e8ccad Add Okio integration (#1901) by Sergey Shanshin · 2 years, 7 months ago
  92. 605a35f Get rid of @ExperimentalUnsignedTypes on our declarations that levera… (#1962) by Vsevolod Tolstopyatov · 2 years, 7 months ago
  93. 3e8331c Stabilize encoding and decoding of value classes (#1963) by Vsevolod Tolstopyatov · 2 years, 7 months ago
  94. 93a06df Do not use tree-based decoding for fast-path polymorphism (#1919) by Vsevolod Tolstopyatov · 2 years, 7 months ago
  95. bb18d62 Tests for serializable sealed interfaces (#1754) by Leonid Startsev · 2 years, 7 months ago
  96. 6a5ebd5 Support quoting unsigned integers when used as map keys (#1969) by Leonid Startsev · 2 years, 7 months ago
  97. 4b64100 Added support for the `kotlin.time.Duration` class as built-in by Sergey Shanshin · 2 years, 7 months ago
  98. 74072c5 Fix protocol buffer enum schema generation (#1967) by Lin Xi · 2 years, 7 months ago
  99. 7e03eed Support diamond inheritance of sealed interfaces in SealedClassSerializer (#1958) by Leonid Startsev · 2 years, 7 months ago
  100. aedd915 Allow Kotlin's null literal in JSON DSL (#1907) by Lukellmann · 2 years, 7 months ago