Function
$().SPServices.SPGetListItemsJson
Certification
Functionality
SPGetListItemsJson combines several SPServices capabilities into one powerful function. By calling GetListItemChangesSinceToken, parsing the list schema, and passing the resulting mapping and data to SPXmlToJson automagically, we have a one-stop shop for retrieving SharePoint list data in JSON format. No manual mapping required!
Prerequisites
None
Syntax
$().SPServices.SPGetListItemsJson({ webURL: "", listName: "", CAMLViewName: "", CAMLQuery: "", CAMLViewFields: "", CAMLRowLimit: "", CAMLQueryOptions: "", changeToken: "", contains: "", mapping: null, mappingOverrides: null, debug: false });