Skip to content

Instantly share code, notes, and snippets.

@kp666
Created September 18, 2020 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kp666/cb194a6ff7b2f5a20280fe76abf435b8 to your computer and use it in GitHub Desktop.
Save kp666/cb194a6ff7b2f5a20280fe76abf435b8 to your computer and use it in GitHub Desktop.
require 'ox'
xml = %{
<top name="sample">
<middle name="second">
<bottom name="third">Rock \u266A bottom</bottom>
</middle>
</top>
}
puts Ox.load(xml, mode: :hash)
puts Ox.load(xml, mode: :hash_no_attrs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment