Skip to content

Initial implementation of the json parser #7

Closed
Naddiseo wants to merge 1 commit into
glenbot:masterfrom
AsymmetricVentures:json_parser
Closed

Initial implementation of the json parser #7
Naddiseo wants to merge 1 commit into
glenbot:masterfrom
AsymmetricVentures:json_parser

Conversation

@Naddiseo
Copy link
Copy Markdown

@Naddiseo Naddiseo commented Jun 2, 2014

This patch adds initial support for the json response type from intuit. It adds a objectifier class which lazily converts the json response into objects.

One other change is the tag pattern regex for converting camelCase to underscore_case, I changed it to take into account "401K" which originally was being converted to "401_k", and now is converted to "401k".

I've only written basic tests to make sure the objectifier adheres to the same interface as the original xml implementation

Partial fix for #6

@glenbot
Copy link
Copy Markdown
Owner

glenbot commented Jun 2, 2014

Awesome! I would like to merge this into the json branch instead of master for testing. Can you re-issue the pull request to the json branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants