From 58d357edcd7fb3d7b8200768b2763ae182a8f520 Mon Sep 17 00:00:00 2001 From: Maxim Ignatenko Date: Thu, 7 Feb 2019 12:06:32 +0000 Subject: [PATCH] Add JSONPath to utility libraries --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index cb53788..310bb8e 100644 --- a/readme.md +++ b/readme.md @@ -121,6 +121,7 @@ - [tanaikech/RangeListApp](https://github.com/tanaikech/RangeListApp) RangeListApp is a GAS library for retrieving, putting and replacing values for Spreadsheet by a range list with a1Notation using Google Apps Script (GAS) - [syslogic/google-apps-script](https://github.com/syslogic/google-apps-script) CloudDatastore.gs is a client for Google Cloud Datastore, which runs as a Service Account - [Sheetbase](https://sheetbase.net) Build REST API server, websites and apps using Google Apps Script. +- [JSONPath](https://script.google.com/a/google.com/d/1BtmcVnmTKAxqdiHN9Q5cM6M6E5MUMzVtQjSfav-OIQxNIoACkDdlst53/edit) Extract data from complex data structures with simple expressions. Google Apps Script version of [this](https://github.com/dchester/jsonpath) library. ### Parsing