You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • It's actually reading all the data, but the console is truncating it so you don't accidentally print lots of stuff to your screen.

    All you need to do is type print(E.toString(f.read(0))) to print the info - print won't truncate it for you.

    If you still need it escaped and in String form, try: print(JSON.stringify(E.toString(f.read(0­))))

About

Avatar for Gordon @Gordon started