You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ This project is built on work of [jb](https://github.com/amatsuda/jb).
53
53
54
54
## Template Syntax
55
55
56
-
SimpleJson templates are simply lambda objects that return data(Hashes or Arrays) for json.
56
+
SimpleJson templates should be written in Ruby lambda format. The template code is converted into a method and then invoked to produce data(Hashes or Arrays) for JSON.
0 commit comments