Skip to content

4mgad/mongodb-json-flatten-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

  • Make sure Go is installed on your machine (if not, please refer to https://go.dev/doc/install)
  • Run the following command to generate the binary file "flatten":
  go build -o flatten

Unit Test

  • Run the following command to run unit test cases:
  go test -v ./...

Run

  • Pipe any json file to the tool by running the following command example:
  cat test.json | ./flatten

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors