-
Notifications
You must be signed in to change notification settings - Fork 4
[RFC] - JsonNode type #59
Copy link
Copy link
Closed
Labels
HacktoberfestPlease see our CONTRIBUTING.md file as well!Please see our CONTRIBUTING.md file as well!enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
HacktoberfestPlease see our CONTRIBUTING.md file as well!Please see our CONTRIBUTING.md file as well!enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
JsonNode type
add a type for
JsonNodethat consists of the correct types supported by the JSON Notation standardtext (see "3. Values")
Note: if updated please follow the

Obsoleted by:tag in the header:Motivation
To properly type our strategic directions.
ToJsonStrategyandFromJsonStrategymake use ofany, by providing this type we can set up directional strategies.Design Detail
The supported RFC types should be
|(Unioned) into aJsonNodetypeBecomes