<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: How to extract particular value from response content json using json path dynamically with input parameter in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-extract-particular-value-from-response-content-json-using/m-p/57164#M11214</link>
    <description>This might not be what you want but take a look at the ExpandoObject, seems to be a convenient way to get an object representation of the JSON that you can then traverse.&lt;BR /&gt;&lt;BR /&gt;Dim objJSON As Object = JsonConvert.DeserializeObject(Of ExpandoObject)(strJSON)&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 30 Apr 2020 13:33:00 GMT</pubDate>
    <dc:creator>John__Carter</dc:creator>
    <dc:date>2020-04-30T13:33:00Z</dc:date>
    <item>
      <title>How to extract particular value from response content json using json path dynamically with input parameter</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-extract-particular-value-from-response-content-json-using/m-p/57163#M11213</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;How to get perticular value from response content using json path method and pass input parameter as dynamic value in the below expression.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;$.employees[?(@.lastName == 'Smith')].firstName&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Here Smith need to be replace with input parameter and not a fixed string.&lt;BR /&gt;&lt;BR /&gt;How can we get this dynamic approach in web api request&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;K&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;A Z&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Apr 2020 13:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-extract-particular-value-from-response-content-json-using/m-p/57163#M11213</guid>
      <dc:creator>AZ</dc:creator>
      <dc:date>2020-04-30T13:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to extract particular value from response content json using json path dynamically with input parameter</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-extract-particular-value-from-response-content-json-using/m-p/57164#M11214</link>
      <description>This might not be what you want but take a look at the ExpandoObject, seems to be a convenient way to get an object representation of the JSON that you can then traverse.&lt;BR /&gt;&lt;BR /&gt;Dim objJSON As Object = JsonConvert.DeserializeObject(Of ExpandoObject)(strJSON)&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Apr 2020 13:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-extract-particular-value-from-response-content-json-using/m-p/57164#M11214</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2020-04-30T13:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to extract particular value from response content json using json path dynamically with input parameter</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-extract-particular-value-from-response-content-json-using/m-p/57165#M11215</link>
      <description>Thanks John&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;K&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;A Z&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Apr 2020 13:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-extract-particular-value-from-response-content-json-using/m-p/57165#M11215</guid>
      <dc:creator>AZ</dc:creator>
      <dc:date>2020-04-30T13:38:00Z</dc:date>
    </item>
  </channel>
</rss>

