Welcome to Smart Home Forum by FIBARO
Dear Guest,
as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.
As a member you can:
- Start new topics and reply to others
- Follow topics and users to get email updates
- Get your own profile page and make new friends
- Send personal messages
- ... and learn a lot about our system!
Regards,
Smart Home Forum by FIBARO Team

Question
fkruis 14
Hi There,
i have imported a json table were i want to extract some data from.
normaly i would use syntax like
local response, status, errorcode = ipadress:GET( ".............................'");
local Json = json.decode(response);
fibaro:debug (' The response is ".. Json ..'' );
local parameter = (Json.name.value);
only in this case the name part of (Json.nam.e.value); hase a dot in it name.
i get a error [ERROR malformed number near '.
Does someone know the syntax if you want to extract data if the name contains a dot?
Edited by fkruis2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.