string-le 0.2.2

Extract every string in a codebase, with its position, so a person can read them
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"title": "Welcome Home",
	"empty": "",
	"whitespace": "   ",
	"count": 42,
	"enabled": true,
	"nothing": null,
	"url": "https://example.com/path?query=1",
	"id": "usr_8f3k2j4h5g6",
	"multiline": "line one\nline two",
	"padded": "  trimmed value  ",
	"nested": {
		"message": "Nested message",
		"items": ["first item", "second item", 3, false]
	}
}