1. 8
  1.  

    1. 2

      In the latest fx tool update, you’ll find some cool improvements:

      • Now it can handle JSON streams and lines, making it a breeze to work with big JSON files.
      • They’ve added a neat shortcut for mapping. Instead of .map(x => x.key), you can just write @.key.
      • If you hit a snag with JSON parsing or JS reducers, the error messages are way clearer now, so you’ll know exactly what went wrong.
      1. 3

        Now it can handle JSON streams and lines, making it a breeze to work with big JSON files.

        Nice, I’ve been waiting for this :)