package value type IntData int64 type FloatData float64 type StringData string type BoolData bool type ArrayData []Value type NullData struct{} type FunctionData struct{} // TODO type ObjectData struct{} // TODO