2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-18 05:56:03 +00:00

98_expandJSON: Command reference update regarding JSON::XS (Forum #90847)

git-svn-id: https://svn.fhem.de/fhem/trunk@17323 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dev0 2018-09-11 06:41:48 +00:00
parent 2cae13149d
commit b761447043

View File

@ -272,10 +272,12 @@ sub expandJSON_isPmInstalled($$)
<p>Expand a JSON object from a reading into individual readings</p>
<ul>
<li>Requirement: perl module JSON<br>
<li>Requirements: perl module JSON<br>
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.
</li>
<li>
Decoding of JSON objects is fully implemented. JSON arrays are supported