mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
make arrays an object
This commit is contained in:
8
src/map.go
Normal file
8
src/map.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package main
|
||||
|
||||
func Map(val anymap) ArObject {
|
||||
return ArObject{
|
||||
TYPE: "map",
|
||||
obj: val,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user