# Functions
Init initializes the jsonfile log driver.
Marshal used to marshal LogMessage to byte[].
NewJSONLogFile returns new JSONLogFile instance.
ValidateLogOpt validate log options for json-file log driver.
# Structs
JSONLogFile is uses to log the container's stdout and stderr.
# Type aliases
MarshalFunc is the function of marshal the logMessage.