fork download
  1. expected_results = {
  2. 'address': {
  3. 'country': 'Nederland, USA'
  4. },
  5. 'family status': 'married',
  6. 'person': {
  7. 'name': 'Guido',
  8. 'fullname': 'Guido van Rossum',
  9. 'department': {
  10. 'title': 'Python developers',
  11. 'post': {
  12. 'since': '2013-01-01',
  13. 'till': 'now',
  14. 'title': 'chief'
  15. }
  16. }
  17. }
  18. }
Success #stdin #stdout 0.01s 9008KB
stdin
Standard input is empty
stdout
Standard output is empty