diff --git a/options.xhtml b/options.xhtml index be18e5038..6b52d7559 100644 --- a/options.xhtml +++ b/options.xhtml @@ -32586,6 +32586,7 @@ submodule
false = "0;37"; null = "1;30"; numbers = "0;37"; + objectKeys = "1;34"; objects = "1;37"; strings = "0;32"; true = "0;37"; @@ -32593,13 +32594,14 @@ submoduleExample:
{
- null = "1;30";
- false = "0;31";
- true = "0;32";
- numbers = "0;36";
- strings = "0;33";
- arrays = "1;35";
- objects = "1;37";
+ null = "1;30";
+ false = "0;31";
+ true = "0;32";
+ numbers = "0;36";
+ strings = "0;33";
+ arrays = "1;35";
+ objects = "1;37";
+ objectKeys = "1;34";
}