https://github.com/designatednerd/sportsjsonparser
A simple example of parsing local JSON to feed an application data.
https://github.com/designatednerd/sportsjsonparser
Last synced: 9 months ago
JSON representation
A simple example of parsing local JSON to feed an application data.
- Host: GitHub
- URL: https://github.com/designatednerd/sportsjsonparser
- Owner: designatednerd
- Created: 2013-05-15T00:52:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-21T23:43:23.000Z (over 10 years ago)
- Last Synced: 2025-03-18T08:55:30.613Z (9 months ago)
- Language: Objective-C
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
Awesome Lists containing this project
README
SportsJSONParser
================
A quick example app I threw together to show a student I've been tutoring how to bring JSON into an app from a file stored within the app's file system.
You can add as many sports as you want to this application by editing the JSON file if their structure conforms to the Organization > League > Teams structure.
Copyright Note
--------------
All team and league names are copyright of their respective organizations. They are only used here for demonstration purposes.
License
-------
This project is licensed under the MIT license and can be used for free in any commercial or non-commercial applications. More information available here: http://en.wikipedia.org/wiki/MIT_License
Questions?
----------
Email designatednerd at gmail dot com. Submit a pull request if you'd like to try to improve this code.
_May 14, 2013_