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
+4
Original file line number
Diff line number
Diff line change
@@ -60,3 +60,7 @@ Moves the iterator to the next item in the set. Moves the iterator to the first
60
60
function Value: OleVariant;
61
61
62
62
Returns the key or value of the current item in the set.
63
+
64
+
## Remarks
65
+
66
+
**Attention:** the default `IJSONDocument` implementation: `TJSONDocument` is **not** thread-safe. Please use proper locking and synchronisation methods to ensure only one thread accesses an instance at one time.
0 commit comments