From c86f4dd30e53f2586da88c2e4b878bbcd53b7667 Mon Sep 17 00:00:00 2001 From: tapple Date: Fri, 30 Jan 2026 06:05:36 -0800 Subject: Document the error behavior of llbase64 and lljson --- indra/newview/app_settings/keywords_lua_default.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/indra/newview/app_settings/keywords_lua_default.xml b/indra/newview/app_settings/keywords_lua_default.xml index 62d7c32022..26d0bf0831 100644 --- a/indra/newview/app_settings/keywords_lua_default.xml +++ b/indra/newview/app_settings/keywords_lua_default.xml @@ -12986,7 +12986,7 @@ Returns true if result is non-zero. sleep 0.0 tooltip - Decodes a base64 string to a string, or buffer if asBuffer is true + Decodes a base64 string to a string, or buffer if asBuffer is true. Returns an empty string/buffer if input is invalid. llbase64.encode @@ -13040,7 +13040,7 @@ Returns true if result is non-zero. sleep 0.0 tooltip - Decodes a JSON string to a Lua value + Decodes a JSON string to a Lua value. Raises an error if JSON is invalid. lljson.encode @@ -13063,7 +13063,7 @@ Returns true if result is non-zero. sleep 0.0 tooltip - Encodes a Lua value as JSON + Encodes a Lua value as JSON. Raises an error if value contains unsupported types. lljson.sldecode @@ -13086,7 +13086,7 @@ Returns true if result is non-zero. sleep 0.0 tooltip - Decodes a JSON string to a Lua value preserving SL types + Decodes a JSON string to a Lua value, preserving SL types. Raises an error if JSON is invalid. lljson.slencode @@ -13118,7 +13118,7 @@ Returns true if result is non-zero. sleep 0.0 tooltip - Encodes a Lua value as JSON preserving SL types. Use tight to encode more compactly. + Encodes a Lua value as JSON, preserving SL types. Use tight to encode more compactly. Raises an error if value contains unsupported types. math -- cgit v1.3