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
Best practices of dealing with JSON highly discourage regex parsing since
it is so fraught with edge cases. Since this is being done via node which
has native JSON parsing it is not even necessary.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments