标签: mysql json node.js
如何使用节点js将数据从JSON文件插入到mysql。
例如:
{ "root": { "child": [ { "textNode": "First & Child" }, { "textNode": "Second Child" } ], "testAttrs": { "_attr1": "attr1Value" } } }