Skip to content

Commit

Permalink
document trimming behavior of values during parsing closes #197
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbeatty committed Jun 20, 2017
1 parent 25bf5ad commit 89a02b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ The parsing engine currently supports the following rules:
line'}
```
- inner quotes are maintained (think JSON) (`JSON={"foo": "bar"}` becomes `{JSON:"{\"foo\": \"bar\"}"`)
- whitespace is removed from both ends of the value (see more on [`trim`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim)) (`FOO=" some value "` becomes `{FOO: 'some value'}`)

## FAQ

Expand Down

0 comments on commit 89a02b6

Please sign in to comment.