Skip to content

Conversation

@NickNevzorov
Copy link
Contributor

@NickNevzorov NickNevzorov commented Jan 27, 2025

Thanks for sharing!

I need convert JSON to XML. Now it simply:

  try
    json := TdJSON.parse(Value);
    XML.SetAsString(json.asXMLString('Root', 0));
  finally
    json.Free;
  end;

@thomaserlang thomaserlang merged commit 15300c5 into thomaserlang:master May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants