I have a use case for the final output to have attrs merged with the child tags instead of a one or the other. When I went to look for where simplifyObjects was handled to do this, I wasn't able to find it implemented in this codebase or in sax-js. Is this unimplemented or is it handled in another library?
I have a use case for the final output to have attrs merged with the child tags instead of a one or the other. When I went to look for where
simplifyObjects
was handled to do this, I wasn't able to find it implemented in this codebase or in sax-js. Is this unimplemented or is it handled in another library?