PHP Classes

File: tests/data/conferences.json

Recommend this page to a friend!
  Classes of Sascha Greuel   PHP JSON Path   tests/data/conferences.json   Download  
File: tests/data/conferences.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP JSON Path
Query values from data structures like XPATH
Author: By
Last change:
Date: 3 years ago
Size: 980 bytes
 

Contents

Class file image Download
{ "name": "Major League Baseball", "abbr": "MLB", "conferences": [ { "name": "Western Conference", "abbr": "West", "teams": [ { "name": "Dodger", "city": "Los Angeles", "whatever": "else", "players": [ { "name": "Bob Smith", "number": 22 }, { "name": "Joe Face", "number": 23, "active": "yes" } ] } ] }, { "name": "Eastern Conference", "abbr": "East", "teams": [ { "name": "Mets", "city": "New York", "whatever": "else", "players": [ { "name": "something", "number": 14, "active": "yes" }, { "name": "something", "number": 15 } ] } ] } ] }