Package studio.magemonkey.codex.mccore.config.parse


package studio.magemonkey.codex.mccore.config.parse
  • Classes
    Class
    Description
    Represents a section of a config
    Represents a section of a config
    Custom parser for JSON that doesn't trim whitespace or newlines as it is meant for storing data, not for super readable files.
    Handles number parsing for various locales
    Custom parser for YAML that preserves comments with the key they precede.