Parsing JSON

Hello @aravindhrs
Actually I am new to camunda so apologize for asking silly Questions.
I have designed a simple process and on its start event a html form is genrated which have two inputs one for the business key and other for the input file which is the Json File
my question is how should I parse it or access it in the Java code.
Can you please help me in this?
here is the Html form


HTML

Does this help?
https://docs.camunda.org/manual/latest/user-guide/process-engine/variables/

1 Like

thanks @rob2universe that was helpful :slight_smile: