Skip to content

Commit 3677fbc

Browse files
committed
Allow JsonEncoder as public class
1 parent 2ab4246 commit 3677fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cake.Http/JsonEncoder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// VERSION:
2121

2222
// NOTE: uncomment the following line to make JsonEncoder class internal.
23-
#define SIMPLE_JSON_INTERNAL
23+
//#define SIMPLE_JSON_INTERNAL
2424

2525
// NOTE: uncomment the following line to make JsonArray and JsonObject class internal.
2626
#define SIMPLE_JSON_OBJARRAYINTERNAL

0 commit comments

Comments
 (0)