Dave Jarvis' Repositories

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

Simplified RXM Java API.

Author Dave Jarvis <email>
Date 2015-02-10 18:20:03 GMT-0800
Commit f193a53d6103d9b19e133abb5c74f230ddd0420f
Parent ef5a8bc
Delta 1 line added, 1 line removed
README.md
);
- rxm.addExpression( "root > people, import person," );
+ rxm.add( "root > people, import person," );
System.out.println( rxm.toJSON( getConnection() ) );