boolean is a non-standard type alias for bool defined by Arduino. It's recommended to instead use the standard type bool, which is identical. Once this has been done I will submit pull requests to ...
The "-" says us it's a name and comes "value" after space after name. It define "-name value". int asInt (const char* name, int ifNotValue) // return value of "name" as integer type float asFloat ...