Skip to content

Utility programm for create/edit fake dialog JSON schemes

License

Notifications You must be signed in to change notification settings

Morb0/fake-dialogs-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake Dialogs Editor (FDE) 🗪

Utility programm for create/edit fake dialog JSON schemes

Example dialog JSON schema

userIndex - index from array with users

replyMessageIndex - index reply message from current dialog array

text - message text

[
   [
      {
         "userIndex":0,
         "text":"Hello"
      },
      {
         "userIndex":1,
         "replyMessageIndex":0,
         "text":"Hi"
      },
      {
         "userIndex":0,
         "replyMessageIndex":1,
         "text":"How are you?"
      },
      {
         "userIndex":1,
         "replyMessageIndex":2,
         "text":"All right"
      },
      {
         "userIndex":1,
         "replyMessageIndex":2,
         "text":"Good bye"
      }
   ],
   [
      {
         "userIndex":2,
         "text":"GG"
      },
      {
         "userIndex":3,
         "replyMessageIndex":0,
         "text":"WP"
      }
   ]
]

Example users JSON schema

name - user name

image - image url

[
  {
    "name":"WorldEdit",
    "image":"https://.../avatar.jpg"
  },
  {
    "name":"Forg",
    "image":"https://.../avatar.jpg"
  }
]

About

Utility programm for create/edit fake dialog JSON schemes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published