Skip to content

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

Notifications You must be signed in to change notification settings

HrisyToteva/FlattenJason

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages