Announcement

Collapse
No announcement yet.

Dllimport for Json Parsing :confused:

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Dllimport for Json Parsing :confused:

    Hi, all,

    I've this http://pastebin.com/V3EE3HTQ code as a result / It seems to be a JSON feed,
    the aim is to get (for example) just the ingredient list and the picture of this product (the product can be everything as book, food or anything)

    So,

    1. Do you know if there is a way to work with this code so easily than we can do with rss feeds in Hstouch designer ?


    --
    I searched over the net a way to do it, the only thing I found is http://json.codeplex.com/releases/view/74287 but :

    2.1) I need to import (at least?) the Dll, so I entered
    Code:
    ScriptingReferences=Newtonsoft.Json.xml;Newtonsoft.Json.dll;Newtonsoft.Json.pdb
    in the settings.ini but I just do know if it does something or not ???

    2.2) I tried out to import it directly on a script using
    Code:
    inports Newtonsoft.Json.dll
    or
    Code:
    Public Shared Function DeserializeXmlNode ( _
    	value As String _
    ) As XmlDocument
    before the sub but I'm getting few errors like End of instructions expected, or XmlDocument type not specified



    the final aim is to be able to do something like zebzeb http://www.youtube.com/watch?v=HAWDOq8d4Nw at 1:25


    Can you help me ?
    thanks
Working...
X