objeck / objeck-lang

Objeck is a modern object-oriented programming language with functional features tailored for machine learning. It emphasizes expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, REPL shell, and command line debugger with IDE plugins.
https://objeck.org
Other
157 stars 11 forks source link

Serialize/Deserialize XML #385

Closed ghost closed 1 year ago

ghost commented 1 year ago

Please add support for this. Thank you.

JohnyKapo commented 1 year ago

Hello interesting issue. Is it possible to get assigned and work on it?

objeck commented 1 year ago

Support already exist

ghost commented 1 year ago

Support already exist

Can't find anything like that on the API document. An example, please? Check Newtonsoft's Json.NET to see what the feature I'm suggesting looks like before comment, please.

objeck commented 1 year ago

Support already exist

Can't find anything like that on the API document. An example, please? Check Newtonsoft's Json.NET to see what the feature I'm suggesting looks like before comment, please.

Take a look at the XmlElement class. Note that XML and JSON have supporting parsing frameworks per their specifications.

ghost commented 1 year ago

Support already exist

Can't find anything like that on the API document. An example, please? Check Newtonsoft's Json.NET to see what the feature I'm suggesting looks like before comment, please.

Take a look at the XmlElement class. Note that XML and JSON have supporting parsing frameworks per their specifications.

Still don't see anything like the feature I'm suggesting. Again, please check Newtonsoft's Json.NET to see what the feature I'm suggesting looks like before comment. Thanks.

p/s: you can see the description right on the website of it: https://www.newtonsoft.com/json