Skip to content

wildstarnasa/LibJSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

LibJSON

dkJSON for Wildstar, now in package format!

For examples and documentation see the dkJSON wiki

As Wildstar does not have the LPeg library there is no LPeg support.

Short Example assuming a window (wndMain) with a JSONOutput Editbox/Label/Window:

function MyAddon:OnTest()
	local tTestTable = {
		foo = "Bar",
		baz = { "Bat", 5 },
		5,
	}
	local JSON = Apollo.GetPackage("Lib:dkJSON-2.5").tPackage
	self.wndMain:FindChild("JSONOutput"):SetText(JSON.encode(tTestTable))
end

About

dkJSON for Wildstar, now in package format!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages