From bae9b89af3b565eb2ba6efb3d4934379b764a2d2 Mon Sep 17 00:00:00 2001 From: David Morley Date: Thu, 3 Mar 2016 05:30:23 -0600 Subject: [PATCH] Clean up README for Jackson/Gson article --- gson-jackson-performance/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gson-jackson-performance/README.md b/gson-jackson-performance/README.md index 9bbe679dfc..32002eb38e 100644 --- a/gson-jackson-performance/README.md +++ b/gson-jackson-performance/README.md @@ -1,5 +1,3 @@ -## Performance of GSON and Jackson +## Performance of Gson and Jackson -## STandalone java programs to measure the performance of both JSON API's - -## based on file size , iterations. \ No newline at end of file +## Standalone java programs to measure the performance of both JSON APIs based on file size and object graph complexity.