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: overview.md
+2
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,8 @@ The content part contains the actual content of the message. The content part of
88
88
89
89
The content part is encoded using `utf-8`.
90
90
91
+
`integer`s defined in the protocol (JSON schema type `integer`) may be represented as 32 bit signed integers, although some properties disallow negative values. `number`s in the protocol (JSON schema type `number`) may be represented as 64 bit floating point numbers.
92
+
91
93
#### Example:
92
94
93
95
This example shows the JSON for the DAP [next](./specification#Requests_Next) request:
0 commit comments