Skip to content

deepset/tweether

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tweether

This repository is used to transform the JSON input to stdout

Execution

Steps for local execution

git clone github.com/deepset/tweether

cd tweether

go build

./tweether

json file - json/input.json

Steps for Replit execution

click on Create Repl

Import from github link https://github.com/deepset/tweether

Complexity

O(n*m)

n is the total number of elements in the JSON

m is the average length of each string field

About

Repo to parse json data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages