Y
Hacker News
new
|
ask
|
show
|
jobs
Skeletonize your json
(
github.com
)
2 points
by
flrngel
3369 days ago
1 comments
Safety1stClyde
3369 days ago
Can you outline the purpose, please?
link
flrngel
3369 days ago
This shows unique structure of json excluding its values. If there's variety json datas such as logfile for example, there's needs of how many kinds of json in log file.
link
Safety1stClyde
3369 days ago
So given "random" or ill-defined JSON data, this enables a "diff" of the structures.
link