Skip to content

Commit

Permalink
MOSIP-28575
Browse files Browse the repository at this point in the history
Signed-off-by: Jayesh Kharode <[email protected]>
  • Loading branch information
Jayesh Kharode committed Dec 5, 2023
1 parent b6513f1 commit f0f6863
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ public static void main(String [] args) {
Name name = new Name();
name.setFirstName("abcd ’'` efg");
model.setName(name);
logger.info(model.toJSONString());


try {
Files.write(Paths.get("test.json"), model.toJSONString().getBytes());
} catch (IOException e1) {
Expand Down

0 comments on commit f0f6863

Please sign in to comment.