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:
parent
2cae13149d
commit
b761447043
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user