summaryrefslogtreecommitdiff
path: root/formats
AgeCommit message (Expand)Author
2023-07-17Use forgotten 'mode' in 'parameterizedTest' (#2367)Leonid Startsev
2023-07-14Fix error triggered by 'consume leading class discriminator' polymorphic pars...Leonid Startsev
2023-07-12Support Serializer for Nothing on the JS target (#2330)Shreck Ye
2023-07-05Introduce 'decodeEnumsCaseInsensitive' feature to Json. (#2345)Leonid Startsev
2023-06-29Fix beginStructure in JsonTreeDecoder when inner structure descriptor is same...Ugljesa Jovanovic
2023-06-23Fix Kotlin user projects build (#2341)Abduqodiri Qurbonzoda
2023-06-23Update user projects config: adapt build script to new TeamCity variables (#2...Margarita Bobova
2023-06-22Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2023-06-19Update json5k, which now supports Kotlin/Native (#2335)Adam
2023-06-13Fixed NoSuchMethodError when parsing a JSON stream on Java 8 (#2328)Sergey Shanshin
2023-06-13Fixed regression with serialization using list parametrized with contextual t...Sergey Shanshin
2023-05-25Fix typo in JsonElementSerializer (#2314)Vinccool96
2023-05-17Add support to decode numeric literals containing an exponent (#2227)Roberto Blázquez
2023-05-11Prepare 1.5.1 release (#2297)upstream/v1.5.1Leonid Startsev
2023-05-10Added FormatLanguage annotation to JSON (#2234)Sergey Shanshin
2023-05-09Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2023-05-09Implement addAll functions for JsonArrayBuilder (#2156)aSemy
2023-04-25Properties Format: Support sealed/polymorphic classes as class properties (#2...EdwarDDay
2023-04-20Adapt tests for K2 and upcoming deprecations in K1 (#2230)Leonid Startsev
2023-04-20Fix value class encoding in various corner cases (#2242)Leonid Startsev
2023-04-19Improved docs for JsonContentPolymorphicSerializer (#2189)Sergey Shanshin
2023-04-19Fix incorrect json decoding iterator's .hasNext() behavior on array-wrapped i...Leonid Startsev
2023-04-10Replace deprecated ThreadLocal with kotlin.native.concurrent.ThreadLocal (#2266)Margarita Bobova
2023-03-29Get rid of deprecated toChar() in JS-specific code (#2252)Leonid Startsev
2023-03-27Rename json-okio `target` variables to `sink` (#2226)Ben Woodworth
2023-03-08Fixed NoSuchMethodError when parsing a JSON stream on Java 8 (#2219)madhead
2023-03-06Suppressed Animal Sniffer error on ULong.toString()Sergey.Shanshin
2023-03-06Converted Serialization formats list to tableSergey.Shanshin
2023-03-06Converted Serialization formats list to tableSergey.Shanshin
2023-03-01Add functions for creating JsonPrimitives from unsigned numbers (#2160)aSemy
2023-02-28Fix MissingFieldException duplication (#2213)Vsevolod Tolstopyatov
2023-02-24Removed redundant usages of @Serializer annotations (#2200)Sergey Shanshin
2023-02-23Introduce HoconEncoder and HoconDecoder interfaces (#2094)Alexander Mikhailov
2023-02-16Added ability to read buffered huge strings in custom KSerializers (#2012)Alexey Sviridov
2023-02-06Added support for null values for nullable enums in lanient mode (#2176)Sergey Shanshin
2023-02-06Added function to run tests by specified compiler version (#2148)Sergey Shanshin
2023-01-26Add opt-in to JsonConfiguration() constructor callLeonid Startsev
2023-01-25Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2023-01-24Provide support for JsonNamingStrategy to be used in Json for properties' nam...Leonid Startsev
2023-01-09Uncomment all stale tests that depended on Kotlin upgrade (#2147)Leonid Startsev
2022-11-29Correctly handle situation where different serializers can be provided (#2113)Leonid Startsev
2022-11-28Further improve stream decoding performance (#2101)Vsevolod Tolstopyatov
2022-11-24Introduce CharArray pooling for InputStream decoding (#2100)Vsevolod Tolstopyatov
2022-11-23Provide killswitch for JPMS & improve building.md (#2105)Leonid Startsev
2022-11-10Add support for encoding Duration in HOCON format (#2080)Alexander Mikhailov
2022-11-10Add third-party library for the JSON5 format (#2084)xn32
2022-11-01Fixed serializers caching for parametrized types from different class loadersSergey Shanshin
2022-10-27Add support for deserialization Duration in HOCON format (#2073)Alexander Mikhailov
2022-10-27Remove experimentality from serializer(java.lang.Type) function family (#2069)Leonid Startsev
2022-10-26Make DeserializationStrategy covariant at declaration-site (#1897)Lukellmann