Skip to content

Commit

Permalink
docs: update json values section
Browse files Browse the repository at this point in the history
  • Loading branch information
esynr3z committed May 28, 2024
1 parent 27601c5 commit 48f73af
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/modules/ROOT/pages/user.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,28 +101,28 @@ json_value <|-- json_bool
....


=== Base JSON Value
=== Base Value

=== JSON Object
=== Object

[[note-object-keys-order]]
NOTE: SystemVerilog associative array is used to implement JSON object. As a consequence, all keys are stored in a lexicographical order (IEEE IEEE-1800-2023, ch. 7.8.2) and original order of keys within source JSON is lost. This also affects encoder, so it always prints keys in a lexicographical order.

=== JSON Array
=== Array

=== JSON String
=== String

==== Extension: enum
==== Extension: Enum

==== Extension: bit vector
==== Extension: Bit Vector

=== JSON Number
=== Number

==== Integer
==== Integer Number

==== Real
==== Real Number

=== JSON Bool
=== Bool

== JSON Decoder

Expand Down

0 comments on commit 48f73af

Please sign in to comment.