extension.json 520 B

1234567891011121314151617
  1. {
  2. "name": "Flat JSON",
  3. "version": "1.3.0",
  4. "description": "Plugin to flat the JSON object.",
  5. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/flat-json",
  6. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/flat-json.html",
  7. "plugins": [{
  8. "name": "bootstrap-table-flat-json",
  9. "url": "https://github.com/djhvscf/bootstrap-table-flat-json"
  10. }],
  11. "author": {
  12. "name": "djhvscf",
  13. "image": "https://avatars1.githubusercontent.com/u/4496763"
  14. }
  15. }