mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
added a load json root fct
This commit is contained in:
parent
d4fe2d775c
commit
52494a6456
2 changed files with 41 additions and 1 deletions
|
@ -206,7 +206,7 @@ int loadFileEML_safe(const char *preferredName, void **pdata, size_t *datalen);
|
|||
*/
|
||||
int loadFileJSON(const char *preferredName, void *data, size_t maxdatalen, size_t *datalen, void (*callback)(json_t *));
|
||||
int loadFileJSONex(const char *preferredName, void *data, size_t maxdatalen, size_t *datalen, bool verbose, void (*callback)(json_t *));
|
||||
|
||||
int loadFileJSONroot(const char *preferredName, void *out_root, bool verbose);
|
||||
|
||||
/**
|
||||
* @brief Utility function to load data from a DICTIONARY textfile. This method takes a preferred name.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue