github antonmedv/fx 37.0.0

latest releases: 39.0.4, 39.0.3, 39.0.2...
2 months ago

Fx is terminal JSON viewer & processor.

fx preview

In this release:

🔢 Go To Line (Vim-Style)

Quickly jump to any line using :42 syntax.

image

🧮 JSON Parsing Enhancements

  • Support for special values: Infinity, -Infinity, NaN
  • New --strict flag to enforce standard-compliant JSON only
image

🛠 Fixes & Improvements

  • Corrected object node previews
  • More precise error messages
$ fx .anton/events.json --strict
Unexpected character 'I' on line 290519.

      "confidence": Infinity,
  ..................^

🏃‍♂️ Data Utilities

  • Added walk function for recursive data transformation:
walk(x => typeof x === "number" ? x.toString() : x)
  • The map function now supports object mapping.

GitHub Sponsor

Don't miss a new fx release

NewReleases is sending notifications on new releases.