string-le 0.1.0

Extract every string value from a codebase 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"
}