From 57ab9f12b851cfd31bfa46254f9dd7297ca693e4 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 16 May 2015 13:25:12 +0200 Subject: [PATCH] add `json-mask` closes #276 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 72923ee..6108a1d 100644 --- a/readme.md +++ b/readme.md @@ -374,6 +374,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [binary-extract](https://github.com/juliangruber/binary-extract) - Extract a value from a buffer of JSON without parsing the whole thing. - [x-ray](https://github.com/lapwinglabs/x-ray) - A web scraping utility to see through the `` noise. - [nearley](https://github.com/Hardmath123/nearley) - Simple, fast, powerful parsing for JavaScript. +- [json-mask](https://github.com/nemtsov/json-mask) - Tiny language and engine for selecting parts of an object, hiding/masking the rest. ### Humanize