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: docs/glossary.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -387,10 +387,13 @@ Layer
387
387
388
388
JSON
389
389
JSON (JavaScript Object Notation, pronounced /ˈdʒeɪsən/; also /ˈdʒeɪˌsɒn/) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays (or other serializable values).
390
-
https://en.wikipedia.org/wiki/JSON
390
+
391
+
```{seealso}
392
+
See also https://en.wikipedia.org/wiki/JSON.
393
+
```
391
394
392
395
HTTPRequest
393
-
The HTTPRequest object contains informatino about the current request, which includes also browser layers.
396
+
The HTTPRequest object contains information about the current request, which also includes browser layers.
394
397
395
398
interface
396
399
An interface is a mechanism for labeling objects as conforming to a given API or contract.
0 commit comments