Skip to content

Commit 628f923

Browse files
committed
Parse \/ correctly when input json
1 parent be660de commit 628f923

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyhocon/config_parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ class ConfigParser(object):
239239
'\\#': '#',
240240
'\\!': '!',
241241
'\\"': '"',
242+
'\/': '/',
242243
}
243244

244245
period_type_map = {

0 commit comments

Comments
 (0)