Novaleaf / xlib

Your isomorphic toolbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stringhelper.summarize() includes embeded quotes around output string

jasonswearingen opened this issue · comments

problem due to JSON.stringify() call on string.

if a string is passed in, avoid the stringify() call.

if a non-string is passed in, use jsonx.stringify()