Skip to content

Commit

Permalink
Layout fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Bjorkengren committed Apr 12, 2023
1 parent e1a416d commit 1ac5bda
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions spec/VISSv2_Core.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,12 +308,10 @@ <h2>Data representation</h2>
A boolean value is represented by "true" or "false".<br>
In the case of the value being a complex datatype represented by a struct, it is represented as a JSON object as shown below.
A struct with the following declaration<br>
```
struct {
field1 <datatype>
field2 <datatype>
}
```
struct {<br>
field1 <datatype><br>
field2 <datatype><br>
}<br>
is represented by the following JSON object<br>
{"field1":"X", "field2":"Y"}<br>
where X and Y are the actual values of respective datatype, here represented for simplicity as string values.
Expand Down

0 comments on commit 1ac5bda

Please sign in to comment.