Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Json4s Injections #157

Merged
merged 7 commits into from
Jan 27, 2014
Merged

Conversation

MansurAshraf
Copy link
Contributor

Following Injections are added

-Case Class to Json
-Case Class to JValue
-JValue to String

))
}

def roundTripCaseClassToJson[T <: AnyRef](implicit inj: Injection[T, String], mn: Manifest[T]) = isLooseInjection[Twit, String]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is T needed here?

@johnynek
Copy link
Collaborator

looks good. Shame to have two json related modules, but this is clearly easier to work with (until we get macros at least).

johnynek added a commit that referenced this pull request Jan 27, 2014
@johnynek johnynek merged commit 1257eea into twitter:develop Jan 27, 2014
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.

2 participants