Jump to content

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


  • 0

How to get JSON value if its name contains dots


Question

Posted (edited)

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 fkruis

2 answers to this question

Recommended Posts

  • 0
Posted

Look like 

I am trying to define variable (skipped) 

but when I trying to assign value (skipped) to my definded variable (skipped) 

I get result (skipped) 

my question is : please guess what was replaced by “(skipped)” text ;)

 

joke. If you wanna get result always provide full code and responses.

Sorry but forum magicmen now on vacation ;) 

 

and last, in LUA you can access to object also as object[“name”]

  • Like 1
  • 0
  • Inquirer
  • Posted

    Hi 10der,

     

    i remove the information to avoid noise and to keep it general.

     

    it is working  now .  The syntax  should be  (Json["nam.e"].value).

    i had to remove the dot after Json .

     

    thanks for the help

     

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Answer this question...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...