gui model metadata view + backend json optimalization orjson

This commit is contained in:
David Brazda
2023-12-10 15:02:25 +01:00
parent 523905ece6
commit 232f32467e
38 changed files with 224 additions and 142 deletions

View File

@ -46,7 +46,7 @@ db.save()
# b = 2
# def toJson(self):
# return json.dumps(self, default=lambda o: o.__dict__)
# return orjson.dumps(self, default=lambda o: o.__dict__)
# db.append(Neco.a)