This is the json-to-df Reference Manual, version 0.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Fri May 15 12:30:50 2026 GMT+0.
The main system appears first, followed by any subsystem dependency.
json-to-dfMIT
0.0.1
yason (system).
dexador (system).
str (system).
lisp-stat (system).
data-frame (system).
sb-cltl2 (system).
src (module).
Modules are listed depth-first from the system components tree.
Files are sorted by type and then listed depth-first from the systems components trees.
json-to-df/src/main.lispsrc (module).
dump-db (function).
get-from-file (function).
get-from-url (function).
json-to-df (function).
*data* (special variable).
*db* (special variable).
a (special variable).
b (special variable).
boolean-to-sqlite (function).
call-api (function).
extract-keys-columns (function).
flatten-hash-table (function).
flatten-list-of-values (function).
get-keys-as-list (function).
make-data-frame (function).
read-json-file (function).
remove-accents (function).
sanitize-column-names (function).
select-column-values (function).
Packages are listed by definition order.
json-to-dfalexandria.
common-lisp.
data-frame.
dump-db (function).
get-from-file (function).
get-from-url (function).
json-to-df (function).
*data* (special variable).
*db* (special variable).
a (special variable).
b (special variable).
boolean-to-sqlite (function).
call-api (function).
extract-keys-columns (function).
flatten-hash-table (function).
flatten-list-of-values (function).
get-keys-as-list (function).
make-data-frame (function).
read-json-file (function).
remove-accents (function).
sanitize-column-names (function).
select-column-values (function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Obtiene los datos desde un archivo JSON y los convierte en un data frame.
Obtiene los datos desde la URL y los convierte en un data frame.
Convierte datos JSON en un data frame aplanado.
Llama a una URL y parsea la respuesta JSON.
Extrae las claves de las listas de propiedades (plists) para definir las columnas.
Recorre un hash-table de forma recursiva y lo aplana en una plist.
Recorre una lista de valores y los aplana en una plist.
Obtiene una lista de las claves de un hash-table.
Crea el data frame final a partir de las claves y los valores aplanados.
Lee un archivo JSON y lo parsea.
Extrae los valores de una clave de una lista de plists.
| Jump to: | B C D E F G J M R S |
|---|
| Jump to: | B C D E F G J M R S |
|---|
| Jump to: | *
A B S |
|---|
| Jump to: | *
A B S |
|---|
| Jump to: | F J M P S |
|---|
| Jump to: | F J M P S |
|---|