From ae3bc984f0e3415acfbb4a52166437c8f67c2b77 Mon Sep 17 00:00:00 2001 From: Maksym Kryvchun Date: Mon, 30 Sep 2024 14:42:29 +0300 Subject: [PATCH] feat: add interactive viewer for JSON logs (#5103) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bd5a694..5c3391b7 100644 --- a/README.md +++ b/README.md @@ -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.