ACM API JSON flow
@startuml | |
participant "Unknown Entity" as Unknown | |
participant ACM | |
participant API | |
database Database | |
Unknown->API: {..."street": "this is a <b>\\\"</b> test" ...} | |
return {..."street": "this is a <b>\"</b> test" ...} | |
API->Database: {..."street": "this is a <b>\"</b> test" ...} | |
ACM->API: getJSONResponseFromAPI(...) | |
return {..."street": "this is a <b>"</b> test" ...} | |
@enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment