pyjson.json 494 B

1234567891011121314151617181920212223
  1. {
  2. "about": {
  3. "trial": true,
  4. "author": {
  5. "name": "EMQ",
  6. "email": "contact@emqx.io",
  7. "company": "EMQ Technologies Co., Ltd",
  8. "website": "https://www.emqx.io"
  9. },
  10. "description": {
  11. "en_US": "The python source will send json data.",
  12. "zh_CN": "Python 源发送数据"
  13. }
  14. },
  15. "node": {
  16. "category": "source",
  17. "icon": "iconPath",
  18. "label": {
  19. "en_US": "Python JSON Generator",
  20. "zh_CN": "Python JSON 生成器"
  21. }
  22. }
  23. }