rascal
rascal copied to clipboard
lang::xml::IO should offer binding to Rascal data types like lang::json::IO does
Is your feature request related to a problem? Please describe.
The JSON IO library offers both binding to generic node types, but also binding to specific data types. It would be great if the XML library offers a similar feature.
Describe the solution you'd like
Mimick exactly the functionality of JSON IO for binding.