Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. zwykly json:
  2. {
  3. 'clientUrl': "http://google.com",
  4. 'setPasswordLink': 'http://google.com/set-password'
  5. }
  6.  
  7. jsonnet:
  8. local clientUrl = 'http://google.com';
  9. {
  10. 'clientUrl': clientUrl,
  11. 'setPasswordLink': clientUrl + '/set-password'
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement