You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixed jsstring function to perform proper JSON string char escaping. E.g. a ' char doesn't need to be escaped because it produces errors in JSON.parse() otherwise (#16, @jens-maus).