This repository has been archived by the owner on Sep 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish version 0.2.1 of the library
- Loading branch information
Showing
3 changed files
with
20 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# Module json5k | ||
This is a [JSON5](https://json5.org) library for the Kotlin programming language. Is is implemented as a third-party format for the [kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization) | ||
framework and can both parse and generate JSON5 text. | ||
This is an experimental [JSON5](https://json5.org) library for Kotlin/JVM. Is is implemented as a third-party format for the [kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization) | ||
framework and can be used to both parse and generate JSON5 text. | ||
|
||
## Key features | ||
Key features of the library include: | ||
- Compliance with v1.0.0 of the JSON5 specification | ||
- Support for polymorphic types and configurable class discriminator names | ||
- Carefully composed error messages for deserialization errors | ||
- Compliance with v1.0.0 of the JSON5 specification | ||
- Support for polymorphic types and configurable class discriminators | ||
- Carefully composed error messages for deserialization errors | ||
|
||
Find a full overview of the library's capabilities [on GitHub](https://github.com/xn32/json5k). | ||
A full description is available [on GitHub](https://github.com/xn32/json5k). | ||
|
||
# Package io.github.xn32.json5k | ||
Main package encapsulating all public API of the library. | ||
Main package encapsulating the public API of the library. |