JSON parsing problems after Enterprise Edition upgrade

Similar case

We are having a lots of issues after upgrading our enterprise licenses to version 2018.4.1

We are not able to parse json string with any of the following ways:

  1. JsonConvert.DeserializeObject(jsonString)

  2. JObject.Parse(jsonString)

  3. Using the Deserialize JSON Activity from the WebActivities package

All we are getting is:

Invalid property identifier character: \. Path '

Please advice

EDIT: It does not work with 2018.4.3 either

Hi @llavieri

Could you create and share a dummy sample of your json file?

Here it is

Luis Lavieri ****| Junior Developer791 Piedmont Wekiwa Rd | Apopka, FL 32703

o 407.598.1816 | e llavieri@csisoft.com

Computing System Innovations

sample.json (1.01 KB)

I am also getting the same error: Invalid property identifier character: . Path ‘’… Any solution to this, yet?

Hi @sbehera

Welcome to our UiPath Forum :slight_smile:

The easiest way to check what is going wrong is to use the Write Text File activity and save your JSON to a text file. You could then try to parse it in one of the available online tools that validate JSON files to see where the error is.

1 Like