Skip to content

take in a plain text value and "wrap" it in a JSON packet with the appropriate key

Notifications You must be signed in to change notification settings

open-eio/opk-wrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

opk-wrap

take in a plain text value and "wrap" it in a JSON packet with the appropriate key

e.g.:

echo 2.3 | ./wrap -s JSON -k temp

returns

{"temp":2.3}

Note: you'll need to perform a 'chmod 7555 ./wrap' in order to be able to execute the wrap CLI as above

About

take in a plain text value and "wrap" it in a JSON packet with the appropriate key

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages