Skip to content

llJsonSetValue

function ll.JsonSetValue(JSON: string, Specifiers: {any}, Value: string): string

Returns a new JSON string that is the JSON given with the Value indicated by Specifiers set to Value.

Parameters
JSON(string)
Specifiers({any})
Value(string)

Add example usage here showing SLua/Luau syntax with ll.JsonSetValue().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.