schema-salad-d ~master (2021-11-30T07:56:22Z)
Home
Dub
Repo
salad.ast
salad
Members
Aliases
ASTNodeType
alias
ASTNodeType
=
Optional
!(
bool
,
long
,
real
,
string
,
AST
[
string
],
AST
[],
AST
,
Node
)
Undocumented in source.
Classes
AST
class
AST
Functions
dig
auto
dig
(AST ast, string key, T default_)
AST
dig
(AST ast, string[] keys, T default_)
dig
edig
auto
edig
(AST ast, string key)
AST
edig
(AST ast, string[] keys)
edig
Meta
Source
See Source File
Authors
Tomoya Tanjo
Copyright
© 2021 Tomoya Tanjo
License
Apache-2.0
salad
modules
ast
canonicalizer
context
exception
fetcher
meta
parser
resolver
schema
schema_original
type
util
aliases
DocumentRootType
importFromURI