The example command line is ``` curl -s 'http://microapi.theride.org/Location' | jp '[0].Id' ``` which produces this output on a recent run: ``` 4.7268765e+07 ``` in scientific notation, instead of simply 47268765 like I would have expected.