/go-lua-table-parser

A simple package which takes a lua table as input and parses it to a map[string]interface{} where interface{} is either more map[string]interface{} or map[string]string

Primary LanguageGoMIT LicenseMIT

Stargazers