|
259 | 259 | "documentation": "A constant to pass for null to json encode", |
260 | 260 | "learn_more_link": "https://create.secondlife.com/script/learn-slua/json/" |
261 | 261 | }, |
262 | | - "@sl-slua/global/lljson.empty_array_mt": { |
263 | | - "documentation": "Value: {}<br>Metatable for declaring table as an empty array for json encode", |
264 | | - "learn_more_link": "https://create.secondlife.com/script/learn-slua/json/" |
265 | | - }, |
266 | 262 | "@sl-slua/global/lljson.array_mt": { |
267 | | - "documentation": "Value: {}<br>Metatable for declaring table as an array for json encode", |
| 263 | + "documentation": "Value: {__jsontype = \"array\"}<br>Metatable for declaring table as an array for json encode", |
268 | 264 | "learn_more_link": "https://create.secondlife.com/script/learn-slua/json/" |
269 | 265 | }, |
270 | | - "@sl-slua/global/lljson.empty_array": { |
271 | | - "documentation": "A constant to pass for an empty array to json encode", |
| 266 | + "@sl-slua/global/lljson.object_mt": { |
| 267 | + "documentation": "Value: {__jsontype = \"object\"}<br>Metatable for declaring table as an object for json encode", |
272 | 268 | "learn_more_link": "https://create.secondlife.com/script/learn-slua/json/" |
273 | 269 | }, |
274 | | - "@sl-slua/global/lljson._NAME": { |
275 | | - "documentation": "Value: \"lljson\"<br>Name of the lljson library", |
| 270 | + "@sl-slua/global/lljson.empty_array": { |
| 271 | + "documentation": "Value: setmetatable({}, lljson.array_mt}<br>A constant to pass for an empty array to json encode", |
276 | 272 | "learn_more_link": "https://create.secondlife.com/script/learn-slua/json/" |
277 | 273 | }, |
278 | | - "@sl-slua/global/lljson._VERSION": { |
279 | | - "documentation": "Value: \"2.1.0.11\"<br>Version of the lljson library", |
| 274 | + "@sl-slua/global/lljson.empty_object": { |
| 275 | + "documentation": "Value: setmetatable({}, lljson.object_mt}<br>A constant to pass for an empty object to json encode", |
280 | 276 | "learn_more_link": "https://create.secondlife.com/script/learn-slua/json/" |
281 | 277 | }, |
282 | 278 | "@sl-slua/global/lljson.encode": { |
|
0 commit comments