resurfaceio / logger-nodejs

Log API calls with Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use colon as separator in JSON keys

RobDickinson opened this issue · comments

Using periods as separators in JSON keys makes parsing with regular expressions more difficult than it needs to be (since period is a special character and has to be escaped).