Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 455 Bytes

TODO.md

File metadata and controls

20 lines (19 loc) · 455 Bytes

TODO

  • Add tutorial
    • Config loading
    • Config parsing
    • Config manip
    • Env and config var substitution
      • Escaping
  • Generic
    • Base64 decoding of values
  • Java properties
    • Add unicode escaping
    • Add escaping of key/value separator = and :
  • INI config
    • Case insensitive properties and sections
    • Escape characters
  • TOML
  • YAML
    • Add support for the standard