Node/anydata
YANG
anydata
can be used send a variety of valuesYANG has a type called anydata
which can be anything. Reflect’s default behavior is to keep this as whatever the source node sends. For RESTCONF web requests this:
map[string]interface{}
- When given loose datadecimal64
- when a numberstring
- when given a stringio.Reader
- when given a file uploaded thruform
mime type. See Forms