Skip to content

Commit d4227d4

Browse files
committed
html key value json reprs.
1 parent c98b20d commit d4227d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html/input.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import (
1313
)
1414

1515
type KeyValue struct {
16-
Key interface{}
17-
Value interface{}
16+
Key interface{} `json:"key"`
17+
Value interface{} `json:"value"`
1818
}
1919

2020
type Dictionary []KeyValue

0 commit comments

Comments
 (0)