Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 352 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 352 Bytes

JSON API Explorer

Current Features

  • Provides a way to quickly explore the structure of data retrieved from a public JSON API. R's str() function is a good model for the intended functionality

To do

  • Allow user to select which attributes should be included in a more detailed summary
  • Complete a php class to facilitate result pagination