Yes, JsonTools needs a method SaveToFile if it has not. It must save formatted json with indent, set by a property or global variable (default is 2 usually). SaveToFile must handle Unicode strings, ie output them with \uNNNN or like it. Use Unicode escape for all codes >=128, because utf8 codes all after 127. Alexey