Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 520 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 520 Bytes

FlattenJason

The program that takes a JSON object as input and outputs a flattened version of the JSON object

Technologies

  • C#
  • .Net Core 3.1 (Console Application)

Launch

-Navigate to the project folder

Run the program on Windows

  • project folder..\CodingChallenge\bin\Release\netcoreapp3.1\publish
  • echo jsonfile.json | CodingChallenge

Run the program on Linux

  • project folder..\CodingChallenge\bin\Release\netcoreapp3.1\ubuntu.16.04-x64\publish
  • echo jsonfile.json | CodingChallenge