Skip to content

Exercises, providing examples for bugs, etc.

Notifications You must be signed in to change notification settings

srinidagda/exercise

 
 

Repository files navigation

handlebars_example

Example(s) of using handlebars.js.

jackson-1.9-bug-autodetect/

  • test bug where undecorated property of parent is included in serialized data

Ref: http://jira.codehaus.org/browse/JACKSON-685

jackson-1.9-bug-typeinfo/

  • for classes whose parent has a @JsonTypeInfo annotation, ensure that not just the parent properties are included in the deserialization

jackson-1.9-minimal-class/

  • trying out different ways to use @JsonTypeInfo + MINIMAL_CLASS on a parent class for both serialization and deserialization

Ref: http://jackson-users.ning.com/forum/topics/jsontypeinfo-with-minimal-class-expects-leading

json-to-excel/

  • naive transformation of JSON array with simple field values to a CSV file

About

Exercises, providing examples for bugs, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.2%
  • Java 7.9%
  • HTML 2.7%
  • Perl 1.4%
  • Ruby 0.8%
  • Shell 0.6%
  • Other 0.4%