<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: VIJAY R B</title>
    <description>The latest articles on DEV Community by VIJAY R B (@vijaybalajirb).</description>
    <link>https://dev.to/vijaybalajirb</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F641287%2F92fb06ed-a633-40e0-aca2-94bb1dbde448.jpeg</url>
      <title>DEV Community: VIJAY R B</title>
      <link>https://dev.to/vijaybalajirb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vijaybalajirb"/>
    <language>en</language>
    <item>
      <title>I want to flat this json as array.Any help pls</title>
      <dc:creator>VIJAY R B</dc:creator>
      <pubDate>Sun, 27 Feb 2022 08:48:12 +0000</pubDate>
      <link>https://dev.to/vijaybalajirb/i-want-to-flat-this-json-as-arrayany-help-pls-3idf</link>
      <guid>https://dev.to/vijaybalajirb/i-want-to-flat-this-json-as-arrayany-help-pls-3idf</guid>
      <description>&lt;p&gt;let json = [  {&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    "name":"vay",

    "age":26,

    "children":[

         {"name":"Ajay",

          "age":16,

          "children":[

              {

            "name":"kojay",

            "age":26,

            "children":[

                {

                    "name":"dija",

                    "age":"4"

                }

            ]

         }

          ]

         },

         {

            "name":"kojay",

            "age":26,

            "children":[

                {

                    "name":"dija",

                    "age":4

                }

            ]

         }

    ]

}]
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;`let array=[]&lt;/p&gt;

&lt;p&gt;function r(json){&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;for(let i=0;i&amp;lt;json.length;i++){

array.push(json[i])

  function e(jso){

    if(json[i].children!=null){

        json[i].children.map((x)=&amp;gt;array.push(x))

    }

}

e(json[i])



}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;}&lt;br&gt;
`&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>json</category>
      <category>arra</category>
    </item>
    <item>
      <title>Need help in Figma !</title>
      <dc:creator>VIJAY R B</dc:creator>
      <pubDate>Mon, 11 Oct 2021 13:16:06 +0000</pubDate>
      <link>https://dev.to/vijaybalajirb/need-help-in-figma-80n</link>
      <guid>https://dev.to/vijaybalajirb/need-help-in-figma-80n</guid>
      <description>&lt;p&gt;I would like to nest the components in assert section.&lt;br&gt;
ie i would like to place the button inside the accordion.&lt;br&gt;
I know i can do it in layer but is there any way for nesting the components in assert section?pls help me.&lt;/p&gt;

&lt;p&gt;here is the link - &lt;a href="https://www.figma.com/file/DWYHRLL2pdwks78egauw5L/Untitled?node-id=0%3A1"&gt;https://www.figma.com/file/DWYHRLL2pdwks78egauw5L/Untitled?node-id=0%3A1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks in advance...&lt;/p&gt;

</description>
      <category>design</category>
      <category>figma</category>
    </item>
    <item>
      <title>Hai alll.....</title>
      <dc:creator>VIJAY R B</dc:creator>
      <pubDate>Tue, 01 Jun 2021 03:57:52 +0000</pubDate>
      <link>https://dev.to/vijaybalajirb/hai-alll-24d3</link>
      <guid>https://dev.to/vijaybalajirb/hai-alll-24d3</guid>
      <description>&lt;p&gt;Hai all I am working as a frontend react developer. I am new to this community. I hope I will share and gain more knowledge from here.&lt;br&gt;
here I have shared the link of my portfolio.&lt;br&gt;
&lt;a href="https://vijay-protfolio.netlify.app/"&gt;https://vijay-protfolio.netlify.app/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
