# Bito **Repository Path**: Andy0106/bito ## Basic Information - **Project Name**: Bito - **Description**: 使用JSON写网站 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-06 - **Last Updated**: 2022-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bito - 一个解析JSON并按特定规则生成HTML文档的小工具 ## generator ### loadImportable 导入Tags的函数 JSON结构: ```python { "namespace": { "tagname": { "tag": "div", "&html attribute": "value", "*js attribute": "value" }, "custom tag": { "tag": "p", "&id": "custom_p_tag", "*innerText": "hello, world." } } } ```