for use it just call one of this function: int lint(string) \\function to get a string on standard input and translate to int long llong(string) \\function to get a ...
Some fields in my JSON are String format. Take an example: "width": "1024" What I expect is when the JSON string is finally converted to Java class, the field of width is automatically converted to an ...