java.lang.Object
io.helidon.metadata.hson.Hson
Main entry point for Helidon metadata format parsing and writing.
 
 This is a simplified JSON, so the same types are available (see Hson.Type).
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfaceA representation of HSON array.static interfaceHSON Struct.static enumThe type of value.static interfaceA HSON value (may of types ofHson.Type).
- 
Method SummaryModifier and TypeMethodDescriptionstatic Hson.Value<?> parse(InputStream inputStream) Parse the data into a value.static Hson.Struct.BuilderA new fluent API builder to construct na HSON Struct.
- 
Method Details- 
parseParse the data into a value.- Parameters:
- inputStream- stream to parse
- Returns:
- a value
- See Also:
 
- 
structBuilderA new fluent API builder to construct na HSON Struct.- Returns:
- a new builder
 
 
-