I m trying to generate an frpc configuration file which should contains field: auth.token
But field name with a dot is not allowed in java class.
I ve tried to using Json or Java Map to generate... But the toml field became like this:
"auth.token" = "xxxx"
What i need is: auth.token = "xxxx"
I m trying to generate an frpc configuration file which should contains field:
auth.tokenBut field name with a dot is not allowed in java class.
I ve tried to using Json or Java Map to generate... But the toml field became like this:
"auth.token" = "xxxx"What i need is:
auth.token = "xxxx"