feat: add interactive viewer for JSON logs (#5103)

This commit is contained in:
Maksym Kryvchun 2024-09-30 14:42:29 +03:00 committed by GitHub
parent 0f01037894
commit ae3bc984f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2828,6 +2828,7 @@ _General utilities and tools to make your life easier._
- [immortal](https://github.com/immortal/immortal) - \*nix cross-platform (OS agnostic) supervisor.
- [intrinsic](https://github.com/mengzhuo/intrinsic) - Use x86 SIMD without writing any assembly code.
- [jsend](https://github.com/clevergo/jsend) - JSend's implementation written in Go.
- [json-log-viewer](https://github.com/hedhyw/json-log-viewer) - Interactive viewer for JSON logs.
- [jump](https://github.com/gsamokovarov/jump) - Jump helps you navigate faster by learning your habits.
- [just](https://github.com/kazhuravlev/just) - Just a collection of useful functions for working with generic data structures.
- [koazee](https://github.com/wesovilabs/koazee) - Library inspired in Lazy evaluation and functional programming that takes the hassle out of working with arrays.