All Classes and Interfaces

Class
Description
Wrapper for config files and default config files
This interface represents any convertible json value
Custom logger of the library.
This class helps to create JC4JLogger
This class allows logger have custom message patterns
This class contains all allowed message/logger levels
Contains all global constants/variables and methods
This class is used to wrap a json value; After wrapping a json value you can call JSONValue.toJavaValue(Object) which will return you converted JSONValue
This class allows you to convert any value from a json to a java value; You also can register your own java value types by using JSONValueType.register(String, IJSONValueType)
Allows to create functions without arguments using lambda
Allows to create procedures using lambda