jq-lite 0.1.1

A lightweight CLI tool for querying JSON using dot notation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "user": {
    "name": "Ada",
    "age": 29,
    "email": "ada@example.com"
  },
  "account": {
    "id": "ACC-1024",
    "balance": 1540.75,
    "active": true
  },
  "page": "1",
  "per_page": "10",
  "total": "100"
}