Skip to content

Commit 7ffcc9d

Browse files
authored
export kwarg (#418)
1 parent a19277c commit 7ffcc9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/JSON.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ using Dates, UUIDs, Logging
66
using PrecompileTools, Parsers, StructUtils
77

88
# reexport some StructUtils macros
9-
import StructUtils: @noarg, @defaults, @tags, @choosetype, @nonstruct, lower, lift
10-
export JSONText, StructUtils, @noarg, @defaults, @tags, @choosetype, @nonstruct, @omit_null, @omit_empty
9+
import StructUtils: @noarg, @kwarg, @defaults, @tags, @choosetype, @nonstruct, lower, lift
10+
export JSONText, StructUtils, @noarg, @kwarg, @defaults, @tags, @choosetype, @nonstruct, @omit_null, @omit_empty
1111

1212
@enum Error InvalidJSON UnexpectedEOF ExpectedOpeningObjectChar ExpectedOpeningQuoteChar ExpectedOpeningArrayChar ExpectedClosingArrayChar ExpectedComma ExpectedColon ExpectedNewline InvalidChar InvalidNumber InvalidUTF16
1313

0 commit comments

Comments
 (0)