Slide 8
Slide 8 text
© NTT Communications Corporation All Rights Reserved. 8
testmodel.yang
module basic-types {
namespace "hoge";
prefix "basic-types";
// line comment
/* block comment */
leaf string {
type string;
}
leaf int8 {
type int8;
}
}
{
"string": "string",
"int8": 1
}
testdata.json