<?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: Marcos Sorribas</title>
    <description>The latest articles on DEV Community by Marcos Sorribas (@marcossorribas).</description>
    <link>https://dev.to/marcossorribas</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%2F250211%2F400d8730-727c-45b2-bcf5-9d57667488cf.jpg</url>
      <title>DEV Community: Marcos Sorribas</title>
      <link>https://dev.to/marcossorribas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/marcossorribas"/>
    <language>en</language>
    <item>
      <title>What Javascript tools should use for this use-case?</title>
      <dc:creator>Marcos Sorribas</dc:creator>
      <pubDate>Tue, 15 Oct 2019 06:36:31 +0000</pubDate>
      <link>https://dev.to/marcossorribas/what-javascript-tools-should-use-for-this-use-case-39g7</link>
      <guid>https://dev.to/marcossorribas/what-javascript-tools-should-use-for-this-use-case-39g7</guid>
      <description>&lt;p&gt;Hi all!!&lt;/p&gt;

&lt;p&gt;I'm pretty new to Javascript world and I'm kinda lost between all frameworks, tools, and options... so I'm asking for help here.&lt;/p&gt;

&lt;p&gt;My use-case is simple, I need to generate some static JSONS based on data that I have locally in another JSONS. For example:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;My Input is:&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;titles_es.json&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;desct_es.json&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;titles_en.json&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;desct_en.json&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;My output should be:&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;result1_es.json (mixing keys and values from all _es input JSON)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;result2_en.json (mixing keys and values from all _en input JSON)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;result1_es and result2_en JSON has the same structure (coming for a template) but they are filled with different input data.&lt;/p&gt;

&lt;p&gt;I'm thinking of doing it by hand with custom scripts but, again, I'm not sure if it's the easy and best way to doy.&lt;/p&gt;

&lt;p&gt;Thanks a lot!&lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
  </channel>
</rss>
