json_by_path 1.0.1
json_by_path: ^1.0.1 copied to clipboard
Get, Set, create, delete Json Maps using path relative keys. No dependencies, as simple as possible!
1.0.1 #
10-Mar-2022 - setValue now can write keys like key1.key2[2].key3.finalkey, index 2 MUST exists before
1.0.0 #
31-Aug-2022
- Implemented issue #1 - Getting indexed sub-keys like: key[0].subkey
0.0.2-beta #
08-Mar-2022
- Included default value for getValue
- If path is null or empty, getValue will return all json contents
0.0.1-beta #
04-Feb-2022
- Initial version created by GnRDevAnd Team