diff --git a/Resources-Library.md b/Resources-Library.md index 2dd4a3c..d537ee7 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -1255,7 +1255,7 @@ Behaves exactly like [set-constant](#set-constantjs-), except that any arbitrary By default the value is treated as a string, which can be anything. -If the value starts with `{` and ends with `}`, the value will be JSON-parsed, and the `value` property of the resulting object will be used. +If the value starts with `{` and ends with `}`, the value will be JSON-parsed, and the `value` property of the resulting object will be used. Since [1.59.1b9](https://github.com/gorhill/uBlock/commit/ae5dc6299e513cb75c601fcebadff3a7235de6a4), `{ "value": ... }` can be replaced with `json:`. Solves: https://github.com/uBlockOrigin/uAssets/discussions/18185#discussioncomment-5977456