getify / JSON.minify

Simple minifier for JSON to remove comments and whitespace
http://web.archive.org/web/20100629021329/http://blog.getify.com/2010/06/json-comments/
410 stars 102 forks source link

Update Python readme #51

Closed trolologuy closed 2 years ago

trolologuy commented 4 years ago

I think we could clarify in the readme, that the name to use to import the module should be json_minify. Leading to: import json_minify

archiif commented 4 years ago

It's actually:

from json_minify import json_minify

Otherwise you get an error, no idea why.

getify commented 4 years ago

Is something wrong with the metadata for the python package? Why isn't import clean and simple?

getify commented 3 years ago

Is this still relevant? If not, I'll close this issue.