additional scheme to query measurement methods
The purpose of this merge request is to provide an additional method to query_results_from_json
. In this method, we can choose what to return using match
. It can be 'first' for the first matched, 'latest' for the last matched, 'all' for all matched or specify which result to return by providing the date of measurement analysis 'DD/MM/YYYY HH:MM:SS'. By default, the value is 'latest'.
Address #48 (closed)
Edited by Afif Ismail