diff --git a/fhem/FHEM/98_expandJSON.pm b/fhem/FHEM/98_expandJSON.pm
index 84d29c441..72b15db7c 100644
--- a/fhem/FHEM/98_expandJSON.pm
+++ b/fhem/FHEM/98_expandJSON.pm
@@ -272,10 +272,12 @@ sub expandJSON_isPmInstalled($$)
Expand a JSON object from a reading into individual readings
- - Requirement: perl module JSON
+ - Requirements: perl module JSON
Use "cpan install JSON" or operating system's package manager to install
Perl JSON Modul. Depending on your os the required package is named:
- libjson-perl or perl-JSON.
+ libjson-perl or perl-JSON. Additionally JSON::XS may be required if
+ Boolean values (true/false) are missing. Package name for this lib is
+ libjson-xs-perl or perl-JSON-XS.
-
Decoding of JSON objects is fully implemented. JSON arrays are supported