A couple of "naive" questions coming up! Please excuse if they seem silly questions.

As you know, I'm planning to try to develop an OpenHAB MQTT protocol, at least in basic form. Working towards that, I'm in the process of setting up my toolchain (I've moved over to Linux now, I gave up fighting Windows). I'm also getting my head round the contents of the uPyEasy software (Beta) in the github repository.
My questions are:
- could I hope to load source files onto my ESP32, without compilation/freezing (particularly thinking of the Lolin Pro with 4MB PSRAM). Even if it ran really slow it could be useful for development and initial testing, or is this out of the question?
- I noticed that the existing Domoticz MQTT imports "ujson", but I can't see this anywhere in the beta software. There is a "json" module, is that the one to use? Or, is there something more which I need to include alongside, such as Micropython-lib, but I can't even see ujson there either.
Hope you can point me in the right direction.

Andrew