Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • print(json.load(sys.stdin)['access_token']) in case of python 3+. Great solution anyway Commented Jun 30, 2021 at 4:10
  • Apart from being about parsing out a specific part of some JSON document, this does not seem to be related to the problem at hand. You could have used the example document quoted in the question instead. Commented Aug 24, 2021 at 11:43
  • Might as well just use python in this case Commented Jul 22, 2022 at 10:08