[][src]Module picolang::values

Structs

ConCat

ConCat from a JSON array of other ValueProducers that produce Strings

Extract
ExtractInternal
LiteralI64
LiteralString
Pointer
Slice
TableLookup
VarLookup

Getting a PicoValue

Enums

PointerValue
ValueProducer

All things that can produce a PicoValue

Var

Types of Var's that can be used

VarValue

Type Definitions

PicoValue

The base value that can be used. For now identical to serde_json::Value