This is the Linux app named GJSON whose latest release can be downloaded as gjsonv1.18.0sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named GJSON with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
GJSON
DESCRIPTION
GJSON is a Go library designed for extremely fast, allocation-free retrieval of values from JSON documents. It enables you to query nested JSON structures using one-liner dot-notation or array-based paths and includes wildcard and comparison operators. The library is optimized for speed and zero allocations, benchmarking significantly faster than Go’s standard encoding/json unmarshal approaches. It supports parsing JSON lines (newline-delimited JSON) as an array for large stream processing. GJSON also provides modifiers (such as @reverse, @flatten, @keys) which allow transformation or inspection directly via the path syntax. Because it works on raw bytes or strings, it's suited for high-performance JSON parsing without needing to define Go struct types.
Features
- Path-based retrieval using dot notation and wildcards
- Returns Result objects with typed accessors (String, Int, Bool, etc)
- Support for JSON Lines (multi-line) documents
- Modifiers built into paths for transformations
- Works directly with []byte or string, minimizing allocations
- Iteration over arrays/objects with .ForEach()
Programming Language
Go
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/gjson.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.
