<?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 How to create a JSON object in BP in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-create-a-JSON-object-in-BP/m-p/52756#M7576</link>
    <description>I want to create a JSON object with the below pattern either using existing VBOs(Ex:Utility-JSON) or by using C# or vb code in the codestage.

{
"name": "sample",
"def": [
{
"setId": 1,
"setDef": [
{
"name": "ABC",
"type": "STRING"
},
{
"name": "XYZ",
"type": "STRING"
}
]
}
]
}

Any thoughts/help on the above one is appreciated.
Thanks</description>
    <pubDate>Fri, 01 Jul 2016 10:26:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-01T10:26:00Z</dc:date>
    <item>
      <title>How to create a JSON object in BP</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-create-a-JSON-object-in-BP/m-p/52756#M7576</link>
      <description>I want to create a JSON object with the below pattern either using existing VBOs(Ex:Utility-JSON) or by using C# or vb code in the codestage.

{
"name": "sample",
"def": [
{
"setId": 1,
"setDef": [
{
"name": "ABC",
"type": "STRING"
},
{
"name": "XYZ",
"type": "STRING"
}
]
}
]
}

Any thoughts/help on the above one is appreciated.
Thanks</description>
      <pubDate>Fri, 01 Jul 2016 10:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-create-a-JSON-object-in-BP/m-p/52756#M7576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-01T10:26:00Z</dc:date>
    </item>
  </channel>
</rss>

