Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/rxm.git

Revised API to indicate that the output type can be dynamic.

AuthorDave Jarvis <email>
Date2015-03-26 21:52:30 GMT-0700
Commit3e84384971eb599203cf849a2668a3746e0d6fce
Parent2ca9058
README.md
);
- System.out.println( rxm.toDocument( getConnection() ) );
+ System.out.println( rxm.toString( getConnection() ) );
}
}
rxm.add( "root > people, import person," );
- System.out.println( rxm.toDocument( getConnection(), 'json' ) );
+ System.out.println( rxm.toString( getConnection(), 'json' ) );
}
}
Delta2 lines added, 2 lines removed