Parsing Functions Lab
JSON
{ "firstName": "John", "lastName": "Doe", "address": { "city": "London", "nation": "United Kingdom", "street": { "name": "Oxford street", "number": 12 } }, "age": 26 }
Search property (for example: address.city):
Get value
Found value:
XML:
John
Doe
Web developer
Pamela
Smith
London
United Kingdom
Michelle
Doe
24
Dance
HTML:
I'm a header
I'm the
text
I'm
another
text
This is the second section
I'm a yet another paragraph
Item 1
Item 2
This is a note
Selector (for example: p > em):
Select
Found
0
result(s)