faq.json 831 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. [
  2. {
  3. "name": "Introduction",
  4. "questions": [
  5. {
  6. "question": "Welcome to our service!"
  7. },
  8. {
  9. "question": "Who are we?"
  10. },
  11. {
  12. "question": "What are our values?"
  13. }
  14. ]
  15. },
  16. {
  17. "name": "Functionality",
  18. "questions": [
  19. {
  20. "question": "What are the key features?"
  21. },
  22. {
  23. "question": "Does your App support mobile devices?"
  24. },
  25. {
  26. "question": "Why should I choose your service?"
  27. },
  28. {
  29. "question": "Is my data secure?"
  30. }
  31. ]
  32. },
  33. {
  34. "name": "Payments",
  35. "questions": [
  36. {
  37. "question": "Is there any free plan?"
  38. },
  39. {
  40. "question": "What are the available payment options?"
  41. },
  42. {
  43. "question": "Can I get a refund?"
  44. }
  45. ]
  46. }
  47. ]