# Functions
CreateDemoDeviceInstance creates an example instance of the OpenConfig 'device' construct, demonstrating the population of fields along with the use of the fake root entity 'device' which does not exist in the YANG schema.
EmitJSON outputs the device instance specified as internal format JSON.
EmitRFC7951JSON outputs the device instance specified as RFC7951 compliant JSON.
# Structs
ExampleAnnotation is used to demonstrate the ygot.Annotation interface, and the ability for ygot to add annotations to generated structs.