rewrote website with leptos
This commit is contained in:
parent
f3a6e1c8a5
commit
b274a41939
78 changed files with 3853 additions and 2397 deletions
|
|
@ -165,8 +165,8 @@ impl MetadataList {
|
|||
Self(files)
|
||||
}
|
||||
|
||||
pub fn to_json(&self) -> serde_json::Result<String> {
|
||||
serde_json::to_string(&self.0)
|
||||
pub fn to_pretty_json(&self) -> serde_json::Result<String> {
|
||||
serde_json::to_string_pretty(&self.0)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue