gg_direct_json 2.0.0 copy "gg_direct_json: ^2.0.0" to clipboard
gg_direct_json: ^2.0.0 copied to clipboard

gg_direct_json allows easy JSON manipulation via a/b/c paths for read/write.

gg_direct_json #

The gg_direct_json package is a versatile tool designed for ease of use when working with JSON files, allowing users to effortlessly write or read values.

By simply providing a path formatted as a/b/c/value, the package automatically structures the data into a nested JSON format:

{
  "a": { "b": { "c": "value" } }
}

This intuitive path-based approach streamlines the process of manipulating JSON data, making it accessible for both reading and writing operations. Users can navigate through the nested structure with ease, enabling efficient data retrieval or modification with minimal code, enhancing productivity and reducing complexity in handling JSON files.

0
likes
160
points
454
downloads

Publisher

verified publisherinlavigo.com

Weekly Downloads

gg_direct_json allows easy JSON manipulation via a/b/c paths for read/write.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, path

More

Packages that depend on gg_direct_json