JsonStructureLanguage
Provides utilities for handling JSON structures using Kotlin Serialization. This class facilitates JSON serialization and deserialization with options for custom configurations and pretty-printing.
Types
Functions
Link copied to clipboard
Serializes a given value of type T into its JSON string representation using the default serializer.
Serializes the given value of type T into its JSON string representation using the specified serializer.