Skip to content

Instantly share code, notes, and snippets.

@tarek360
Last active June 8, 2017 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tarek360/072633512cbbbf9c6f36b992a02eb71d to your computer and use it in GitHub Desktop.
Save tarek360/072633512cbbbf9c6f36b992a02eb71d to your computer and use it in GitHub Desktop.
Car to JSON
public class Car {
long modelNumber;
int maxSpeed;
String color;
String manufacturer;
String style;
String price;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment