import "github.com/xyproto/algernon/lua/jnode"
Package jnode provides Lua functions for dealing with JSON documents and strings
const ( // Class is an identifier for the JNode class in Lua Class = "JNode" )
func Load(L *lua.LState)
Load makes functions related JSON nodes available to the given Lua state
func LoadJSONFunctions(L *lua.LState)
LoadJSONFunctions makes helper functions for converting to JSON available
Package jnode imports 9 packages (graph) and is imported by 1 packages. Updated 2019-04-29. Refresh now. Tools for package owners.