JSON import string variables – serialization error

Forums πŸ’¬ NodeCanvas βš™οΈ Support JSON import string variables – serialization error

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18888
    cbrandick
    Participant

      Hi!

      I am trying to import JSON and in the process, manually set some string values within the JSON file. However, I am getting a serialization error. If I want to manually set the string values in the “Check String” condition how would I do in the following:

      Here is the error I get if I try to manually set the string variables…

      Deserialization Error: 'Error while parsing: unable to parse; invalid initial token "β€œ"; context = < "_value": β€œtest”, "_name>'

       

      Thanks in advance!

      Charles

      #18891
      Gavalakis
      Keymaster

        Hello,

        You are just using a different quote character than should πŸ™‚

        This is the correct: ”
        This is what you use:Β β€œ

        Let me know πŸ™‚

        #18890
        cbrandick
        Participant

          I just realized the same thing and was about to post that.

          Thanks for the quick reply!!!

          Charlie

          #18889
          Gavalakis
          Keymaster

            You are welcome πŸ™‚

            Cheers!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.