diff --git a/README.md b/README.md index 908c648..68a0bb8 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,12 @@ Suppose this is Input.json that we want to map to other JSON "name" : "viv", "type" : "freehold" } - ] + ], + "name" : { + "fn" : "vivek", + "ln": "jacob", + "mn": "singh" + } } ```