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