ladybird/DevTools/FormCompiler
Andreas Kling c258c9a4b2 FormCompiler: Oops, need to use JsonValue::serialized() for properties
When assigning properties, we were relying on the JSON serialization
code to wrap strings in double-quotes ("). JsonValue::to_string() does
not wrap string values, so what we want here is serialized(). :^)
2019-08-07 22:09:33 +02:00
..
form.frm FormCompiler: Start working on a C++ code generator for VisualBuilder forms. 2019-07-10 20:41:31 +02:00
main.cpp FormCompiler: Oops, need to use JsonValue::serialized() for properties 2019-08-07 22:09:33 +02:00
Makefile FormCompiler: Add some more LibCore object files to host build. 2019-07-26 22:42:10 +02:00