add json-mask

closes #276
This commit is contained in:
Sindre Sorhus
2015-05-16 13:25:12 +02:00
parent bddcf8c41e
commit 57ab9f12b8

View File

@@ -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 `<html>` 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