Skip to content

Instantly share code, notes, and snippets.

@MeiyappanKannappa
Created August 25, 2022 10:26
Show Gist options
  • Select an option

  • Save MeiyappanKannappa/7a4d42041f5ce15eb4e30fb76fabe3df to your computer and use it in GitHub Desktop.

Select an option

Save MeiyappanKannappa/7a4d42041f5ce15eb4e30fb76fabe3df to your computer and use it in GitHub Desktop.
LDUser jsonuser = new LDUser.Builder("admin-user-key")
.name("adminuser")
.build();
LDValue jsonValue = client.jsonValueVariation("sample-feature-json", jsonuser, null);
System.out.println("Feature flag '" + "sample-feature-json" + "' is " + jsonValue + " for this user");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment