example.file.setreg 371 B

12345678910111213141516171819
  1. {
  2. "AutomatedTesting":
  3. {
  4. "ScriptingTestArray":
  5. [
  6. "Hello",
  7. "World",
  8. "Amazon",
  9. "Lumberyard"
  10. ],
  11. "ScriptingTestBool": true,
  12. "ScriptingTestObject":
  13. {
  14. "TestInt": 551,
  15. "TestDouble": 343.02,
  16. "TestString": "BehaviorContext"
  17. }
  18. }
  19. }