add initial JSON section#507
Conversation
|
Here is the issue https://github.com/kennethreitz/python-guide/issues/150 As said in the comments there, lets get something going and then we can discuss what should go in |
There was a problem hiding this comment.
Should note that it was added in 2.6. There's simplejson on PyPI for all older versions (since there are disappointingly still a lot of people using 2.4 and 2.5)
There was a problem hiding this comment.
Ahh ok maybe simple JSON doesn't need to be a separate section then? Could roll it all into one section. With a foot note explaining what simple JSON is
There was a problem hiding this comment.
Looks like your later statement that it's still maintained/released is true. I wasn't aware of that. Leave the extra section for now. I have research to do ;)
|
Hey @royka! Thanks for the work you put into this. I've been building on it in the PR linked above. |
Still a work in progress for this issue. Please comment and review
Be gentle my first pull request