lvaudor / glitter

an R package which writes SPARQL queries
https://lvaudor.github.io/glitter
44 stars 5 forks source link

serialize query object as a JSON file? #145

Open maelle opened 1 year ago

maelle commented 1 year ago

When working on overwriting for spq_label(), I wondered whether it'd make sense to have a way to save queries to disk and to read them from disk, with a JSON representation.

maelle commented 1 year ago

my lazy motivation was the idea to use it for renaming, with regular expressions, which is probably not a good idea.