Package-level declarations
Text utilities to allow the use of ANSI escape codes and case converting tools among other features.
TODO Create 'Pairs' class to model a list of pairs with repeatable keys Should allow to convert to list if keys are null, grouping values if there are duplicates Use it in serialization and HTTP fields (query params, forms, etc.)
TODO Remove logger class and make log utilities extension methods (creating a loggerOf() helper)
TODO logger and security may be removed and their content moved to root
Types
Properties
Supported types for the parseOrNull function.
Functions
Transform the target string from camel case to snake case.
Decode this base64 encoded string.
Encode the content of this byteArray to base64.
Encode this string to base64.
Filter the target string substituting each key by its value. The keys format resembles Mustache's one: {{key}}
and all occurrences are replaced by the supplied value.
TODO.
TODO.
TODO.
Transform the target string from snake case to camel case.
TODO.
TODO.