JSON: fix float that start with 0 ; add *.jsonl and *.cast extensions
Input: 0.0, 0.01 1.0, 2.01, 00.0, 01.0
Before: ~ ~~~ ~~~ ~~~ Error
After: ~~~ ~~~
Input: 0.0, 0.01 1.0, 2.01, 00.0, 01.0
Before: ~ ~~~ ~~~ ~~~ Error
After: ~~~ ~~~