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
When converting strings used in hashes (either from JSON hashes), plugin should detect and use colon-suffix notation rather than colon-prefix notation:
IE
{ "key": "value"} should yield {key: "value} NOT {:key: "value"}
The text was updated successfully, but these errors were encountered:
When converting strings used in hashes (either from JSON hashes), plugin should detect and use colon-suffix notation rather than colon-prefix notation:
IE
{ "key": "value"} should yield {key: "value} NOT {:key: "value"}
The text was updated successfully, but these errors were encountered: