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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -913,6 +913,7 @@ Localise your implementation (or just customise the default messages) by passing
913
913
DEFAULT_STRING: 'New data!',
914
914
DEFAULT_NEW_KEY: 'key',
915
915
SHOW_LESS: '(Show less)',
916
+
EMPTY_STRING: '<empty string>' // Displayed when property key is ""
916
917
}
917
918
```
918
919
@@ -1231,6 +1232,7 @@ This component is heavily inspired by [react-json-view](https://github.com/mac-s
1231
1232
1232
1233
- **1.27.0**:
1233
1234
- Option to handle custom collections as "Value" nodes ([#203](https://github.com/CarlosNZ/json-edit-react/issues/203))
1235
+
- Put `EMPTY_STRING: "<empty string>"` into translations
1234
1236
- **1.26.1**: Fix bug when submitting with keyboard after switching to `null` type ([#194](https://github.com/CarlosNZ/json-edit-react/pull/194))
1235
1237
- **1.26.0**:
1236
1238
- Handle non-standard data types (e.g. `undefined`, `BigInt`) when stringifying/parsing JSON
0 commit comments