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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ It's pretty self explanatory (click the "edit" icon to edit, etc.), but there ar
91
91
- When opening/closing a node, hold down "Alt/Option" to open/close *all* child nodes at once
92
92
- For Number inputs, arrow-up and down keys will increment/decrement the value
93
93
- Drag and drop items to change the structure or modify display order
94
-
- JSON text input can accept the more convenient [JSON5](https://json5.org/) syntax as input
94
+
- JSON text input can accept "looser" input, if an additional JSON parsing method is provided (e.g. [JSON5](https://json5.org/)). See `jsonParse` prop.
0 commit comments