Registry / serialization / happymapper

happymapper

JSON →
library0.5.0rbrubygemsunverified

HappyMapper is an object-to-XML mapping library for Ruby.

gem install happymapper
INSTALL
IMPORT
SIG · HAPPYMAPPER
H
happymapper
serializationrubyv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HappyMapper
require 'happymapper'

Parse XML into a Ruby object using HappyMapper annotations.

require 'happymapper' class Person include HappyMapper element :name, String end xml = '<person><name>John</name></person>' person = Person.parse(xml) person.name # => 'John'
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
happymapper — gem install happymapper · libregistry