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
{
  "plain": "readable",
  "newline": "first\nsecond",
  "quote": "she said \"hi\"",
  "unicode": "café",
  "repeated": "readable"
}