The issue here is that the filesystem uses 8.3 (non-long) filenames, so you have to write to test.js or test.jso, but you can't do test.json.
test.js
test.jso
test.json
However version 1.51 (which I'll hopefully get out today) has long filename support enabled.
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
The issue here is that the filesystem uses 8.3 (non-long) filenames, so you have to write to
test.js
ortest.jso
, but you can't dotest.json
.However version 1.51 (which I'll hopefully get out today) has long filename support enabled.