Export json file from IndoorLocationSample provided by SDK?

Is it possible to get or export json file for location from IndoorLocationSample provided by SDK?

The way to do that is to use the toDictionary method of the EILLocation class:

http://estimote.github.io/iOS-Indoor-SDK/Classes/EILLocation.html#//api/name/toDictionary

… and then serialize the dictionary to JSON:

@heypiotr hey , can’t open the link you shared

Fixed it! (The API changed slightly in Indoor SDK 2.0, so the links to the documentation changed as well.)